ConnectionSettingsGetMaxFPS Method |
Note: This API is now obsolete.
Gets the maximum number of frames per second sent to the client.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use MaxFPS property instead.")]
public uint GetMaxFPS()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use MaxFPS property instead.")>
Public Function GetMaxFPS As UInteger
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use MaxFPS property instead.")]
unsigned int GetMaxFPS()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use MaxFPS property instead.")>]
member GetMaxFPS : unit -> uint32
Return Value
Type:
UInt32the number of frames per second.Obsoletesince Open Inventor 9900.
Please use new method IFrameEncodingPolicy.getFPS() instead.
RemarksThis value is from encodingPolicy.getFramePerSecond();
The value range is [1..60].
See Also