Click or drag to resize
ConnectionSettings Class

Settings that define a OIV.RemoteViz.Rendering.Connection.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.RemoteViz.RenderingConnectionSettings

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public sealed class ConnectionSettings : SoNetBase

The ConnectionSettings type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetMaxFPS Obsolete.

Gets the maximum number of frames per second sent to the client.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSupportedEncoders

Returns if encoders are supported by the host.

Public methodSetFrameEncodingPolicy

Sets the frame encoding policy used by the OIV.RemoteViz.Rendering.Connection.

Public methodSetMaxFPS Obsolete.

Sets the frame encoding policy to OIV.RemoteViz.Rendering.KeepFrameQualityPolicy (see setFrameEncodingPolicy) and the FPS target value.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFrameEncoders

Gets the frame encoders used by the connection.

Public propertyKeepAliveTimeOut
Public propertyMaxFPS

Sets the frame encoding policy to OIV.RemoteViz.Rendering.KeepFrameQualityPolicy (see setFrameEncodingPolicy) and the FPS target value.

Top
Remarks

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).

See Also