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

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

Profile2ChromaSubsampling420BitDepth10

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

Profile2ChromaSubsampling420BitDepth12

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

适用于