共用方式為


Av1ProfileIds 類別

定義

提供取得 AV1 設定檔識別碼的屬性。

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 的值設定為此類別提供的其中一個設定檔識別碼。

屬性

HighChromaSubsampling444BitDepth10

取得具有 4:4:4 chroma 子取樣和位深度 10 之 AV1 高設定檔的識別碼。

HighChromaSubsampling444BitDepth8

取得具有 4:4:4 chroma 子取樣和位深度 8 之 AV1 高設定檔的識別碼。

MainChromaSubsampling400BitDepth10

取得具有 4:0:0 chroma 子取樣和位深度 10 之 AV1 主要設定檔的識別碼。

MainChromaSubsampling400BitDepth8

取得具有 4:0:0 chroma 子取樣和位深度 8 之 AV1 主要設定檔的識別碼。

MainChromaSubsampling420BitDepth10

取得具有 4:2:0 chroma 子取樣和位深度 10 之 AV1 主要設定檔的識別碼。

MainChromaSubsampling420BitDepth8

取得具有 4:2:0 chroma 子取樣和位深度 8 之 AV1 主要設定檔的識別碼。

ProfessionalChromaSubsampling400BitDepth12

取得具有 4:0:0 chroma 子取樣和位深度 12 之 AV1 專業設定檔的識別碼。

ProfessionalChromaSubsampling420BitDepth12

取得具有 4:2:0 chroma 子取樣和位深度 12 之 AV1 專業設定檔的識別碼。

ProfessionalChromaSubsampling422BitDepth10

取得具有 4:2:2 chroma 子取樣和位深度 10 之 AV1 專業設定檔的識別碼。

ProfessionalChromaSubsampling422BitDepth12

取得具有 4:2:2 chroma 子取樣和位深度 12 之 AV1 專業設定檔的識別碼。

ProfessionalChromaSubsampling422BitDepth8

取得具有 4:2:2 chroma 子取樣和位深度 8 之 AV1 專業設定檔的識別碼。

ProfessionalChromaSubsampling444BitDepth12

取得具有 4:4:4 chroma 子取樣和位深度 12 之 AV1 專業設定檔的識別碼。

適用於