다음을 통해 공유


Vp9ProfileIds 클래스

정의

HEVC 프로필 ID를 가져오기 위한 속성을 제공합니다.

public ref class Vp9ProfileIds abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Vp9ProfileIds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class Vp9ProfileIds
Public Class Vp9ProfileIds
상속
Object Platform::Object IInspectable Vp9ProfileIds
특성

Windows 요구 사항

디바이스 패밀리
Windows 11 Insider Preview (10.0.23504.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v15.0에서 도입되었습니다.)

설명

VideoEncodingProperties.ProfileId 값을 이 클래스에서 제공하는 프로필 ID 중 하나로 설정할 수 있습니다.

속성

Profile0ChromaSubsampling420BitDepth8

4:2:0 크로마 하위 샘플링 및 비트 깊이 8이 있는 VP9 프로필 0의 ID를 가져옵니다.

Profile2ChromaSubsampling420BitDepth10

4:2:0 크로마 하위 샘플링 및 비트 깊이 10이 있는 VP9 프로필 2의 ID를 가져옵니다.

Profile2ChromaSubsampling420BitDepth12

4:2:0 크로마 하위 샘플링 및 비트 깊이 12가 있는 VP9 프로필 2의 ID를 가져옵니다.

적용 대상