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: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use MaxFPS property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public uint GetMaxFPS()
<ObsoleteAttribute("Use MaxFPS property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetMaxFPS As UInteger
public:
[ObsoleteAttribute(L"Use MaxFPS property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned int GetMaxFPS()
[<ObsoleteAttribute("Use MaxFPS property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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