Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 = 'A required GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
uap5:MkvCodecId = 'An optional string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
uap6:CodecMimeType = 'An optional string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' />
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| SubType | Either a GUID or a format type of the codec. | A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. | Yes | |
| uap5:MkvCodecId | An optional string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. | No | ||
| uap6:CodecMimeType | The value of the "codecs" field within a MIME type. E.g., the value "hvc1" within "video/mp4;codecs='hvc1'" | An optional string 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 |
| uap5 | http://schemas.microsoft.com/appx/manifest/uap/windows10/5 |
| uap6 | http://schemas.microsoft.com/appx/manifest/uap/windows10/6 |
| Minimum OS Version | Windows 10 version 1703 (Build 15063) |