AudioDecoderDegradationReason
AudioDecoderDegradationReason
AudioDecoderDegradationReason
AudioDecoderDegradationReason
Enum
Definition
Specifies the reason that the audio decoder degraded an AudioTrack.
public : enum class AudioDecoderDegradationReasonpublic enum AudioDecoderDegradationReasonPublic Enum AudioDecoderDegradationReason// 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
| LicensingRequirement LicensingRequirement LicensingRequirement LicensingRequirement | The audio track was degraded due to a licensing requirement. |
| None None None None | No reason is specified or no audio degradation has been applied to the track. |
| SpatialAudioNotSupported SpatialAudioNotSupported SpatialAudioNotSupported SpatialAudioNotSupported |
Remarks
Get the AudioDecoderDegradation value for an audio track by checking the DegradationReason property of the track's SupportInfo property.