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

获取 AV1 高配置文件的 ID,其色度为 4:4:4,位深度为 10。

HighChromaSubsampling444BitDepth8

获取 AV1 高配置文件的 ID,其色度为 4:4:4,位深度为 8。

MainChromaSubsampling400BitDepth10

获取 AV1 main配置文件的 ID,其色度子采样为 4:0:0,位深度为 10。

MainChromaSubsampling400BitDepth8

获取 AV1 main配置文件的 ID,其色度子采样为 4:0:0,位深度为 8。

MainChromaSubsampling420BitDepth10

获取 AV1 main配置文件的 ID,其色度子采样为 4:2:0,位深度为 10。

MainChromaSubsampling420BitDepth8

获取 AV1 main配置文件的 ID,其色度子采样为 4:2:0,位深度为 8。

ProfessionalChromaSubsampling400BitDepth12

获取 AV1 专业配置文件的 ID,其色度子采样为 4:0:0,位深度为 12。

ProfessionalChromaSubsampling420BitDepth12

获取 AV1 专业配置文件的 ID,其色度子采样为 4:2:0,位深度为 12。

ProfessionalChromaSubsampling422BitDepth10

获取 AV1 专业配置文件的 ID,其色度子采样为 4:2:2,位深度为 10。

ProfessionalChromaSubsampling422BitDepth12

获取 AV1 专业配置文件的 ID,其色度子采样为 4:2:2,位深度为 12。

ProfessionalChromaSubsampling422BitDepth8

获取 AV1 专业配置文件的 ID,其色度子采样为 4:2:2,位深度为 8。

ProfessionalChromaSubsampling444BitDepth12

获取 AV1 专业配置文件的 ID,其色度子采样为 4:4:4,位深度为 12。

适用于