SoRemoteVizClientGetStreamingMode Method |
Returns the type of streaming currently used by the client.
Namespace: OIV.RemoteViz.Clients.NodesAssembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoRemoteVizClientStreamingModes GetStreamingMode()
Public Function GetStreamingMode As SoRemoteVizClientStreamingModes
public:
SoRemoteVizClientStreamingModes GetStreamingMode()
member GetStreamingMode : unit -> SoRemoteVizClientStreamingModes
Return Value
Type:
SoRemoteVizClientStreamingModesstreaming mode used by the client.
Remarks
This information is known after receiving the first frame. For instance, you can retrieve this information in the event callback onDecodedFrame.
If this method is called before receiving the first frame, it will return StreamingMode.UNKNOWN.
See Also