IMFASFContentInfo::SetProfile 方法 (wmcontainer.h)
使用配置文件对象中的配置文件数据在 ContentInfo 对象中配置设置。
语法
HRESULT SetProfile(
[in] IMFASFProfile *pIProfile
);
参数
[in] pIProfile
配置文件对象的 IMFASFProfile 接口。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
注解
如果在调用此方法时 ContentInfo 对象中已有信息,则会将其替换为配置文件对象中的信息。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wmcontainer.h |
Library | Mfuuid.lib |