Specifies the reason the transcode operation failed.
Syntax
var value = Windows.Media.Transcoding.TranscodeFailureReason.none;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The TranscodeFailureReason enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
None. |
| Unknown | unknown | 1 |
Reason unknown. |
| InvalidProfile | invalidProfile | 2 |
Profile is invalid. |
| CodecNotFound | codecNotFound | 3 |
The codec was not found. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012