Click or drag to resize
ConnectionSettingsFrameEncodingPolicy Property

Sets the frame encoding policy used by the Connection.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public IFrameEncodingPolicy FrameEncodingPolicy { get; set; }

Property Value

Type: IFrameEncodingPolicy
Remarks

A policy is used to calculate two values: FPS (frames per second) and interactive frame encoding quality. There are two predefined policies: KeepFramesPerSecondPolicy and KeepFrameQualityPolicy. The default value is KeepFrameQualityPolicy. (Replaces the old setMaxFPS method.)

See Also