AudioDecoderDegradation
AudioDecoderDegradation
AudioDecoderDegradation
AudioDecoderDegradation
Enum
Definition
Specifies the type of degredation, if any, applied to an AudioTrack by the audio decoder.
public : enum class AudioDecoderDegradationpublic enum AudioDecoderDegradationPublic Enum AudioDecoderDegradation// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| DownmixTo2Channels DownmixTo2Channels DownmixTo2Channels DownmixTo2Channels | The audio track is downmixed from the number of channels in the encoding to two channels. |
| DownmixTo6Channels DownmixTo6Channels DownmixTo6Channels DownmixTo6Channels | The audio track is downmixed from the number of channels in the encoding to six channels. |
| DownmixTo8Channels DownmixTo8Channels DownmixTo8Channels DownmixTo8Channels | The audio track is downmixed from the number of channels in the encoding to eight channels. |
| None None None None | The audio track is not degraded and is played as encoded. |
Remarks
Get the AudioDecoderDegradation value for an audio track by checking the Degradation property of the track's SupportInfo property.