uap:Codec (Windows 10)

Specifies the codec to use for transcoding.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:MediaPlayback>

                             <uap:Codec>

Syntax

<uap:Codec
  Name = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Name The name of the codec. A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes

Child elements

None.

Parent elements

Parent element Description
uap:MediaPlayback Declares an app extensibility point of type mediaPlayback so that your app can declare that it performs video transcoding.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10 version 1511 (Build 10586)