IMFASFIndexer::SetIndexByteStreams 方法 (wmcontainer.h)
添加要编制索引的字节流。
语法
HRESULT SetIndexByteStreams(
[in] IMFByteStream **ppIByteStreams,
[in] DWORD cByteStreams
);
参数
[in] ppIByteStreams
IMFByteStream 接口指针的数组。 若要获取字节流,请调用 MFCreateASFIndexerByteStream。
[in] cByteStreams
ppIByteStreams 数组中的指针数。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
索引器对象已初始化,并且具有已编制索引的数据包。 |
注解
对于读取方案,索引器对象只应使用一个字节流。 对于索引生成方案,它取决于需要生成多少个索引对象。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wmcontainer.h |
Library | Mfuuid.lib |