Share via


uap4:MediaCodec

アプリが Microsoft Store からメディア コーデックをインストールできるようにする拡張機能を定義します。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <uap4:Extension>

                        <uap4:MediaCodec>

構文

<uap4:MediaCodec
  DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
  Description = 'A string between 1 and 2048 characters in length.'
  Category = 'A string that can have one of the following values: "audioDecoder", "audioEncoder","videoDecoder", or "videoEncoder".'
  AppServiceName = 'An optional string with a value between 2 and 39 characters in length that consists of alphanumeric characters, periods (except for the first character), and dashes only.' 
  wincap3:ActivatableClassId = 'A string with a value between 1 and 255 characters in length.'
  wincap3:Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, ", |, ?, or *.'
  wincap3:ProcessorArchitecture = 'A string value that can be one of the following: "x86", "x64", "arm", "arm64", or "neutral".' >

  <!-- Child elements -->
  uap4:MediaEncodingProperties

</uap4:MediaCodec>                   

キー

? 省略可能 (0 または 1)

属性と要素

属性

属性 説明 データ型 必須 既定値
DisplayName コーデックのフレンドリ名。 長さが 1 ~ 256 文字の値を持つ文字列。 この文字列はローカライズ可能です。 はい
説明 コーデックの説明。 1 ~ 2048 文字の長さの文字列。 Yes
カテゴリ コーデックのカテゴリ。 audioDecoder、audioEncoder、videoDecodervideoEncoder のいずれかの値を持つ文字列。 Yes
AppServiceName コーデックとして起動されるアプリ サービス。 英数字、ピリオド (最初の文字を除く)、ダッシュのみで構成される 2 ~ 39 文字の長さの値を持つ省略可能な文字列。 いいえ
rescap3:ActivatableClassId このメディア コンテンツに関連付けられているクラス ID。 長さが 1 ~ 255 文字の値を持つ文字列。 いいえ
rescap3:Path メディア コンテンツへのパス。 長さが 1 ~ 256 文字の文字列。、|">?、または *の各文字<を含めることはできません。 いいえ
rescap3:ProcessorArchitecture メディア コンテンツに使用されるプロセッサ アーキテクチャ。 x86、x64armarm64、または neutral のいずれかを指定できる文字列値 いいえ

子要素

子要素 説明
MediaEncodingProperties メディア コード化された入力と出力の種類が含まれます。

親要素

親要素 説明
uap4:Extension アプリの拡張ポイントを宣言します。

必要条件

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/4
Minimum OS Version Windows 10 バージョン 1703 (ビルド 15063)