MediaDecoderStatus
MediaDecoderStatus
MediaDecoderStatus
MediaDecoderStatus
Enum
Definition
Specifies the status of a media decoder when decoding a media item.
public : enum class MediaDecoderStatuspublic enum MediaDecoderStatusPublic Enum MediaDecoderStatus// 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
| Degraded Degraded Degraded Degraded | The media item can be decoded by the decoder, but with a degradation from the encoding. |
| FullySupported FullySupported FullySupported FullySupported | The encoding of the media item is fully supported by the decoder. |
| UnsupportedEncoderProperties UnsupportedEncoderProperties UnsupportedEncoderProperties UnsupportedEncoderProperties | The media item uses encoding properties that are not supported by the decoder. |
| UnsupportedSubtype UnsupportedSubtype UnsupportedSubtype UnsupportedSubtype | The encoding subtype of the media item is not supported by the decoder. |