Click or drag to resize
ConnectionSettingsSetMaxFPS Method

Note: This API is now obsolete.

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

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since OpenInventor 9900. Use MaxFPS property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetMaxFPS(
	uint value
)

Parameters

value
Type: SystemUInt32

: FPS target.

Remarks

The frame quality target is set to the default value (0.7). The FPS threshold is set to the default value (15). The value range is [1..60].

Caution note Caution

Obsolete since Open Inventor 9900. Please use new method setFrameEncodingPolicy instead.

See Also