uap5:InputType

指定媒体输入子类型。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap5:Extension>

                        <uap5:VideoRendererEffect>

                             <uap5:InputTypes>

                                  <uap5:InputType>

语法

<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.' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
子类型 自定义或现有媒体子类型。 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 4 个字符的字母数字代码的 GUID。 不能包含空格。
MkvCodecId 表示有效的 MKV 编解码器 ID 的字符串。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。

子元素

父元素

父元素 描述
uap5:InputTypes 包含媒体输入子类型的列表。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/5
Minimum OS Version Windows 10版本 1709 (内部版本 16299)