ConnectionSettings Class |
Settings that define a OIV.RemoteViz.Rendering.Connection.
Namespace: OIV.RemoteViz.Rendering
The ConnectionSettings type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetMaxFPS | Obsolete. Gets the maximum number of frames per second sent to the client. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSupportedEncoders | Returns if encoders are supported by the host. | |
SetFrameEncodingPolicy | Sets the frame encoding policy used by the OIV.RemoteViz.Rendering.Connection. | |
SetMaxFPS | Obsolete. Sets the frame encoding policy to OIV.RemoteViz.Rendering.KeepFrameQualityPolicy (see setFrameEncodingPolicy) and the FPS target value. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FrameEncoders | Gets the frame encoders used by the connection. | |
KeepAliveTimeOut | ||
MaxFPS | Sets the frame encoding policy to OIV.RemoteViz.Rendering.KeepFrameQualityPolicy (see setFrameEncodingPolicy) and the FPS target value. |
The application can query this object from a OIV.RemoteViz.Rendering.Connection object. The OIV.RemoteViz.Rendering.Connection object can obtained in, e.g., OIV.RemoteViz.Rendering.RenderAreaListener.OnInitializedConnection(OIV.RemoteViz.Rendering.RenderArea, OIV.RemoteViz.Rendering.Connection, OIV.RemoteViz.Rendering.FrameEncoders).