Edit

uap5:ContentType

Specifies the media/content type supported by the media source.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap5:Extension>
               └─ <uap5:MediaSource>
                  └─ <uap5:SupportedContentTypes>
                     └─ <uap5:ContentType>

Syntax

<uap5:ContentType
  SubType = 'A required string between 1 and 255 characters in length.' />

Attributes

Attribute Description Data type Required Default value
SubType The name of a subtype. A string between 1 and 255 characters in length. Yes

Child elements

None.

Parent elements

Parent element Description
uap5:SupportedContentTypes Contains the media/content types supported by the media source.

Requirements

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

Remarks

Examples