Edit

uap4:OutputType

The media codec output type.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap4:Extension>
               └─ <uap4:MediaCodec>
                  └─ <uap4:MediaEncodingProperties>
                     └─ <uap4:OutputTypes>
                        └─ <uap4:OutputType>

Syntax

<uap4:OutputType
  SubType = 'A required GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />

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

Child elements

None.

Parent elements

Parent element Description
uap4:OutputTypes Contains the media codec output types.

Requirements

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

Remarks

Examples