uap5:InputType

Specifies media input sub-types.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap5:Extension>

                        <uap5:VideoRendererEffect>

                             <uap5:InputTypes>

                                  <uap5:InputType>

Syntax

<uap5:InputType
  SubType = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx or a 4 character alphanumeric code. Cannot contain whitespace.'
  MkvCodecId = '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 A custom or existing media subtype. A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx or a 4 character alphanumeric code. Cannot contain whitespace. Yes
MkvCodecId A string representing a valid MKV codec ID. 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
uap5:InputTypes Contains a list of media input sub-types.

Requirements

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