AudioTrackSupportInfo.Degradation 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 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.