Click or drag to resize
SoRemoteVizClientvideoDecoders Property

This setting allows you to specify a preference list of video decoders.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFEnum<SoRemoteVizClientVideoDecoderType> videoDecoders { get; }

Property Value

Type: SoMFEnumSoRemoteVizClientVideoDecoderType
Remarks

The first decoder (among the decoders of the list) successfully initialized will be used to decode the video stream. If all decoders of the list fail to be initialized, the decoder VideoDecoder.OPENH264 will be used. . Default is OPENH264.

See Also