Share via


AudioTrackSupportInfo.DegradationReason Property

Definition

Gets a value indicating the reason that the audio decoder is degrading the AudioTrack, if the audio is degraded.

public:
 property AudioDecoderDegradationReason DegradationReason { AudioDecoderDegradationReason get(); };
AudioDecoderDegradationReason DegradationReason();
public AudioDecoderDegradationReason DegradationReason { get; }
var audioDecoderDegradationReason = audioTrackSupportInfo.degradationReason;
Public ReadOnly Property DegradationReason As AudioDecoderDegradationReason

Property Value

The reason that the audio decoder is degrading the AudioTrack.

Applies to