uap5:VideoRendererEffect

アプリでのビデオ レンダラー効果のアクティブ化を有効にします。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <uap5:Extension>

                        <uap5:VideoRendererEffect>

構文

<uap5:VideoRendererEffect
    DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
    Description = 'A string with a value between 1 and 2048 characters in length.' 
    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 -->
    uap5:VideoRendererExtensionProfiles{0,1000}
    uap5:InputTypes{0,1000}

</uap5:VideoRendererEffect>

キー

? 省略可能 (0 または 1) {} の特定の出現範囲

属性と要素

属性

属性 説明 データ型 必須 既定値
DisplayName ビデオ レンダラーの表示名。 長さが 1 ~ 256 文字の値を持つ文字列。 この文字列はローカライズ可能です。 いいえ
説明 ビデオ レンダラー効果の説明。 1 ~ 2048 文字の長さの値を持つ文字列。 いいえ
rescap3:ActivatableClassId このメディア コンテンツに関連付けられているクラス ID。 長さが 1 ~ 255 文字の値を持つ文字列。 いいえ
rescap3:Path メディア コンテンツへのパス。 長さが 1 ~ 256 文字の文字列。、|">?、または *の各文字<を含めることはできません。 いいえ
rescap3:ProcessorArchitecture メディア コンテンツに使用されるプロセッサ アーキテクチャ。 x86、x64armarm64、または neutral のいずれかを指定できる文字列値 いいえ

子要素

子要素 説明
VideoRendererExtensionProfiles ビデオ レンダラー プロファイルの一覧が含まれています。
InputTypes メディア入力サブタイプの一覧が含まれます。

親要素

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

注釈

ビデオ レンダラー効果では、 VideoRendererExtensionProfilesInputTypes の両方を実装できます。 複数のスキームが実装されている場合、最初にビデオ レンダラー拡張機能プロファイルが優先されることに注意してください。

<uap5:Extension
    Category="windows.videoRendererEffect">
    <uap5:VideoRendererEffect
        DisplayName="Grey1&2"
        Description="Grey Video1&2" 
        ActivatableClassId="GreyEffect12.Grey"
        Path="Grey12.dll">
        <uap5:VideoRendererExtensionProfiles>
            <uap5:VideoRendererExtensionProfile>grey</uap5:VideoRendererExtensionProfile>
        </uap5:VideoRendererExtensionProfiles>
        <uap5:InputTypes>
            <uap5:InputType
                SubType="{2533FA52-3122-4cc1-9A10-78EBC4977CEF}"/>
        </uap5:InputTypes>
    </uap5:VideoRendererEffect>
</uap5:Extension>

必要条件

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