SoRemoteVizClientvideoDecoders Property |
This setting allows you to specify a preference list of video decoders.
Namespace: OIV.RemoteViz.Clients.NodesAssembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFEnum<SoRemoteVizClientVideoDecoderType> videoDecoders { get; }
Public ReadOnly Property videoDecoders As SoMFEnum(Of SoRemoteVizClientVideoDecoderType)
Get
public:
property SoMFEnum<SoRemoteVizClientVideoDecoderType>^ videoDecoders {
SoMFEnum<SoRemoteVizClientVideoDecoderType>^ get ();
}
member videoDecoders : SoMFEnum<SoRemoteVizClientVideoDecoderType> with get
Property Value
Type:
SoMFEnumSoRemoteVizClientVideoDecoderTypeRemarks
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