uap4:MediaCodec

앱이 Microsoft Store에서 미디어 코덱을 설치할 수 있도록 하는 확장을 정의합니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <uap4:Extension>

                        <uap4:MediaCodec>

Syntax

<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개)

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
표시 이름 코덱의 이름입니다. 길이가 1~256자인 문자열입니다. 이 문자열은 지역화할 수 있습니다.
설명 코덱에 대한 설명입니다. 길이가 1~2048자인 문자열입니다. Yes
범주 코덱의 범주입니다. audioDecoder, audioEncoder, videoDecoder 또는 videoEncoder 값 중 하나를 가질 수 있는 문자열입니다. Yes
AppServiceName 코덱으로 시작되는 앱 서비스입니다. 영숫자 문자, 마침표(첫 문자 제외) 및 대시로 구성된 길이가 2~39자인 선택적 문자열입니다. No
rescap3:ActivatableClassId 이 미디어 콘텐츠와 연결된 클래스 ID입니다. 길이가 1~255자인 문자열입니다. No
rescap3:Path 미디어 콘텐츠의 경로입니다. , 또는 문자를 포함할 수 없는 길이가 1~256자<>|"?인 문자열입니다.* No
rescap3:ProcessorArchitecture 미디어 콘텐츠에 사용되는 프로세서 아키텍처입니다. x86, x64, arm, arm64 또는 중립 중 하나일 수 있는 문자열 값입니다. No

자식 요소

자식 요소 Description
MediaEncodingProperties 미디어 코딩된 입력 및 출력 형식을 포함합니다.

부모 요소

부모 요소 Description
uap4:Extension 앱의 확장성 지점을 선언합니다.

요구 사항

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