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: 2025.1.0.0 (10.17.0.0)
Syntax[ObsoleteAttribute("Obsolete since OpenInventor 9.9.0.0. Use MaxFPS property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public uint GetMaxFPS()
<ObsoleteAttribute("Obsolete since OpenInventor 9.9.0.0. Use MaxFPS property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetMaxFPS As UInteger
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9.9.0.0. Use MaxFPS property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned int GetMaxFPS()
[<ObsoleteAttribute("Obsolete since OpenInventor 9.9.0.0. Use MaxFPS property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetMaxFPS : unit -> uint32
Return Value
Type:
UInt32the number of frames per second.
RemarksThis value is from encodingPolicy.getFramePerSecond();
The value range is [1..60].
Caution |
---|
Obsolete since Open Inventor 9900. Please use new method IFrameEncodingPolicy.getFPS() instead. |
See Also