VideoTrackSupportInfo.DecoderStatus Property

Definition

Gets the status of the video decoder that is decoding the VideoTrack, including whether the encoding for the video track is fully or partially supported.

public:
 property MediaDecoderStatus DecoderStatus { MediaDecoderStatus get(); };
MediaDecoderStatus DecoderStatus();
public MediaDecoderStatus DecoderStatus { get; }
var mediaDecoderStatus = videoTrackSupportInfo.decoderStatus;
Public ReadOnly Property DecoderStatus As MediaDecoderStatus

Property Value

The status of the video decoder that is decoding the VideoTrack.

Applies to