Click or drag to resize
ConnectionSettingsMaxFPS Property

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: 2024.1.1.0 (2024.1.1)
Syntax
public uint MaxFPS {
	[ObsoleteAttribute("Obsolete since Open Inventor 9.9.0.0. Please use new method IFrameEncodingPolicy::getFPS() instead.")]
	[EditorBrowsableAttribute(EditorBrowsableState.Never)]
	get;
	[ObsoleteAttribute("Obsolete since Open Inventor 9.9.0.0. Please use new method setFrameEncodingPolicy instead.")]
	[EditorBrowsableAttribute(EditorBrowsableState.Never)]
	set;
 }

Property Value

Type: UInt32
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