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