IMFMuxStreamAttributesManager::GetAttributes 方法 (mfobjects.h)
获取具有指定索引的子流的 IMFAttributes 。
语法
HRESULT GetAttributes(
[in] DWORD dwMuxStreamIndex,
[in] IMFAttributes **ppStreamAttributes
);
参数
[in] dwMuxStreamIndex
为其检索属性的子流的索引。
[in] ppStreamAttributes
指定子流的属性。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
无效的参数。 |
|
流指定的子流索引无效。 调用 GetStreamCount 以获取多路复用媒体源管理的子流数。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10版本 1703 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | mfobjects.h |
Library | Mfplat.lib;Mfplat.dll |