IFrameEncodingPolicy Class |
This class is the base class of OIV.RemoteViz.Rendering.KeepFramesPerSecondPolicy and OIV.RemoteViz.Rendering.KeepFrameQualityPolicy.
Namespace: OIV.RemoteViz.Rendering
The IFrameEncodingPolicy type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetFrameQuality | Returns the frame quality value used to encode interactive frames. | |
GetFramesPerSecond | Returns the FPS value used to send frames to the client periodically. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Update value of the FPS and frame quality. |
The methods will be called internally by the RemoteViz service to retrieve encoding frame parameters (FPS and interactive frame quality).
See OIV.RemoteViz.Rendering.ConnectionSettings to set the frame encoding policy.