VideoTrackSupportInfo.DecoderStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.