PlaybackError Enum
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.
public enum PlaybackError
type PlaybackError =
- Inheritance
-
PlaybackError
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Other | 1 | |
Runtime | 2 | |
IoNetworkUnavailable | 3 | |
IoNetworkConnectionFailed | 4 | |
IoBadHttpStatus | 5 | |
IoDnsFailed | 6 | |
IoConnectionTimeout | 7 | |
IoConnectionClosed | 8 | |
IoOther | 9 | |
ParsingManifestMalformed | 10 | |
ParsingContainerMalformed | 11 | |
ParsingOther | 12 | |
DecoderInitFailed | 13 | |
DecodingFailed | 14 | |
DecodingFormatExceedsCapabilities | 15 | |
DecodingOther | 16 | |
AudioTrackInitFailed | 17 | |
AudioTrackWriteFailed | 18 | |
AudioTrackOther | 19 | |
PlayerRemote | 20 | |
PlayerBehindLiveWindow | 21 | |
PlayerOther | 22 | |
DrmSchemeUnsupported | 23 | |
DrmProvisioningFailed | 24 | |
DrmLicenseAcquisitionFailed | 25 | |
DrmDisallowedOperation | 26 | |
DrmSystemError | 27 | |
DrmContentError | 28 | |
DrmDeviceRevoked | 29 | |
DrmOther | 30 | |
IoFileNotFound | 31 | |
IoNoPermission | 32 | |
ParsingManifestUnsupported | 33 | |
ParsingContainerUnsupported | 34 | |
DecodingFormatUnsupported | 35 |