Click or drag to resize
SoRemoteVizClientGetVideoDecoder Method

Returns the video decoder that has been successfully initialized and currently used by the client to decode video stream.

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

Return Value

Type: SoRemoteVizClientVideoDecoderType

video decoder 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 VideoDecoder.NONE. If the streaming mode is not StreamingMode.VIDEO (

See Also