IMFTranscodeProfile::SetContainerAttributes 方法 (mfidl.h)

在转码配置文件中设置容器配置设置。

有关示例代码,请参阅 MFCreateTranscodeProfile

语法

HRESULT SetContainerAttributes(
  [in] IMFAttributes *pAttrs
);

参数

[in] pAttrs

指向属性存储的 IMFAttributes 接口的指针,该存储区包含将存储转码文件的容器的配置设置。 指定的属性值将覆盖存储在转码配置文件中的任何现有值。

以下列表显示了可设置的容器属性:

若要创建属性存储,请调用 MFCreateAttributes。 若要在属性存储中设置特定的属性值,调用方必须根据特性的数据类型调用相应的 IMFAttributes 方法。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 7 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2 [仅限桌面应用]
目标平台 Windows
标头 mfidl.h

另请参阅

Media Foundation 中的属性

IMFTranscodeProfile

MFCreateAttributes

转码 API