H264ProfileIds 类

定义

提供用于获取 H.264 配置文件 ID 的属性。

public ref class H264ProfileIds abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class H264ProfileIds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class H264ProfileIds
Public Class H264ProfileIds
继承
Object Platform::Object IInspectable H264ProfileIds
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

示例

下面是使用 CreateH264 创建 VideoEncodingProperties 类实例并将 ProfileId 设置为 H.264 高配置文件的代码。

VideoEncodingProperties videoProps = 
    Windows.Media.MediaProperties.VideoEncodingProperties.CreateH264();

videoProps.ProfileId = H264ProfileIds.High;

注解

可以将 VideoEncodingProperties.ProfileId 的值设置为此类提供的配置文件 ID 之一。

属性

Baseline

获取 H.264 基线配置文件。

ConstrainedBaseline

获取 H.264 约束基线配置文件。

Extended

获取 H.264 扩展配置文件。

High

获取 H.264 高配置文件。

High10

获取 H.264 高 10 配置文件。

High422

获取 H.264 高 4:2:2 配置文件。

High444

获取 H.264 高 4:4:4 配置文件。

Main

获取 H.264 main配置文件。

MultiviewHigh

获取 H.264 多视图配置文件。

StereoHigh

获取 H.264 立体声高配置文件。

适用于