TranscodeFailureReason enumeration

1 out of 2 rated this helpful - Rate this topic

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.

MemberValueDescription
None | none0

None.

Unknown | unknown1

Reason unknown.

InvalidProfile | invalidProfile2

Profile is invalid.

CodecNotFound | codecNotFound3

The codec was not found.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media.Transcoding
Windows::Media::Transcoding [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.