AudioTrackSupportInfo.DecoderStatus Property

Definition

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.

Applies to