IMFASFContentInfo::GetEncodingConfigurationPropertyStore 方法 (wmcontainer.h)

检索可用于设置编码属性的属性存储。

语法

HRESULT GetEncodingConfigurationPropertyStore(
  [in]  WORD           wStreamNumber,
  [out] IPropertyStore **ppIStore
);

参数

[in] wStreamNumber

要配置的Stream编号。 设置为零以配置文件级编码属性。

[out] ppIStore

接收指向 IPropertyStore 接口的指针。 调用方必须释放接口。

返回值

该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。

返回代码 说明
S_OK
方法成功。

要求

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

另请参阅

ASF ContentInfo 对象

IMFASFContentInfo

在 ContentInfo 对象中设置属性