Click or drag to resize
SoRemoteVizClientGetStreamingMode Method

Returns the type of streaming currently used by the client.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoRemoteVizClientStreamingModes GetStreamingMode()

Return Value

Type: SoRemoteVizClientStreamingModes

streaming 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