Share via


AudioTrackSupportInfo.Degradation Property

Definition

Gets a value indicating the type of degradation, if any, that is applied to the AudioTrack by the audio decoder.

public:
 property AudioDecoderDegradation Degradation { AudioDecoderDegradation get(); };
AudioDecoderDegradation Degradation();
public AudioDecoderDegradation Degradation { get; }
var audioDecoderDegradation = audioTrackSupportInfo.degradation;
Public ReadOnly Property Degradation As AudioDecoderDegradation

Property Value

The type of degradation, if any, that is applied to the AudioTrack by the audio decoder.

Applies to