uap4:InputType

The media codec input type.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap4:Extension>

                        <uap4:MediaCodec>

                             <uap4:MediaEncodingProperties>

                                  <uap4:InputTypes>

                                       <uap4:InputType>

Syntax

<uap4:InputType
  SubType = 'Either a 4 character code or a GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' 
  uap6:CodecMimeType = '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
SubType Either a GUID or a format type of the codec. Either a 4 character code or a GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. Yes
uap6:CodecMimeType The value of the "codecs" field within a MIME type. E.g., the value "hvc1" within "video/mp4;codecs='hvc1'" A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. No

Child elements

None.

Parent elements

Parent element Description
uap4:InputTypes Contains the media codec input types.

Requirements

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