다음을 통해 공유


Av1ProfileIds 클래스

정의

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

public ref class Av1ProfileIds 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 Av1ProfileIds 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 Av1ProfileIds
Public Class Av1ProfileIds
상속
Object Platform::Object IInspectable Av1ProfileIds
특성

Windows 요구 사항

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

설명

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

속성

HighChromaSubsampling444BitDepth10

4:4:4 크로마 하위 샘플링 및 비트 깊이 10을 사용하여 AV1 상위 프로필의 ID를 가져옵니다.

HighChromaSubsampling444BitDepth8

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

MainChromaSubsampling400BitDepth10

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

MainChromaSubsampling400BitDepth8

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

MainChromaSubsampling420BitDepth10

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

MainChromaSubsampling420BitDepth8

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

ProfessionalChromaSubsampling400BitDepth12

4:0:0 크로마 하위 샘플링 및 비트 깊이 12를 사용하여 AV1 전문 프로필의 ID를 가져옵니다.

ProfessionalChromaSubsampling420BitDepth12

4:2:0 크로마 하위 샘플링 및 비트 깊이 12를 사용하여 AV1 전문 프로필의 ID를 가져옵니다.

ProfessionalChromaSubsampling422BitDepth10

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

ProfessionalChromaSubsampling422BitDepth12

4:2:2 크로마 하위 샘플링 및 비트 깊이 12를 사용하여 AV1 전문 프로필의 ID를 가져옵니다.

ProfessionalChromaSubsampling422BitDepth8

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

ProfessionalChromaSubsampling444BitDepth12

4:4:4 크로마 하위 샘플링 및 비트 깊이 12를 사용하여 AV1 전문 프로필의 ID를 가져옵니다.

적용 대상