IMFTranscodeProfile::SetVideoAttributes 方法 (mfidl.h)
在转码配置文件中设置视频流配置设置。
有关示例代码,请参阅 MFCreateTranscodeProfile。
语法
HRESULT SetVideoAttributes(
[in] IMFAttributes *pAttrs
);
参数
[in] pAttrs
指向包含视频流的配置设置的属性存储的 IMFAttributes 接口的指针。 指定的属性值将覆盖转码配置文件中存储的任何现有值。
可以设置以下视频属性:
若要创建属性存储,请调用 MFCreateAttributes。 若要在属性存储中设置特定的属性值,调用方必须根据属性的数据类型调用相应的 IMFAttributes 方法。返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | mfidl.h |