uap5:VideoRendererEffect

앱에서 비디오 렌더러 효과를 활성화할 수 있습니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <uap5:Extension>

                        <uap5:VideoRendererEffect>

Syntax

<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개) {} 특정 발생 범위

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
표시 이름 비디오 렌더러 표시 이름입니다. 길이가 1~256자인 문자열입니다. 이 문자열은 지역화할 수 있습니다. No
설명 비디오 렌더러 효과에 대한 설명입니다. 길이가 1~2048자인 문자열입니다. No
rescap3:ActivatableClassId 이 미디어 콘텐츠와 연결된 클래스 ID입니다. 길이가 1~255자인 문자열입니다. No
rescap3:Path 미디어 콘텐츠의 경로입니다. , , >|"?또는 *문자를 포함할 수 없는 길이가 1~256자<인 문자열입니다. No
rescap3:ProcessorArchitecture 미디어 콘텐츠에 사용되는 프로세서 아키텍처입니다. x86, x64, arm, arm64 또는 중립 중 하나일 수 있는 문자열 값입니다. No

자식 요소

자식 요소 Description
VideoRendererExtensionProfiles 비디오 렌더러 프로필 목록을 포함합니다.
InputTypes 미디어 입력 하위 형식의 목록을 포함합니다.

부모 요소

부모 요소 Description
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>

요구 사항

항목
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/5
Minimum OS Version Windows 10 버전 1709(빌드 16299)