AudioTrackSupportInfo.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 audio decoder that is decoding the AudioTrack, including whether the encoding for the audio track is fully or partially supported and whether the decoder will degrade the audio.
public:
property MediaDecoderStatus DecoderStatus { MediaDecoderStatus get(); };
MediaDecoderStatus DecoderStatus();
public MediaDecoderStatus DecoderStatus { get; }
var mediaDecoderStatus = audioTrackSupportInfo.decoderStatus;
Public ReadOnly Property DecoderStatus As MediaDecoderStatus
Property Value
The status of the audio decoder that is decoding the AudioTrack.