(wmcodecdsp.h) 的 IToc 接口
IToc 接口表示单个目录。 它提供用于向目录中添加条目以及从目录中删除条目的方法。
继承
IToc 接口继承自 IUnknown 接口。 IToc 还具有以下类型的成员:
方法
IToc 接口具有以下方法。
IToc::AddEntryList AddEntryList 方法将条目列表添加到目录,并向条目列表分配索引。 |
IToc::AddEntryListByIndex AddEntryListByIndex 方法将条目列表添加到目录,并将调用方提供的索引与条目列表相关联。 |
IToc::GetContext GetContext 方法检索以前通过调用 SetContext 与目录关联的字节块。 |
IToc::GetDescription GetDescription 方法检索目录的说明(由上一次调用 SetDescription 设置)。 |
IToc::GetDescriptor GetDescriptor 方法检索目录的描述符(以前由 SetDescriptor 设置)。 |
IToc::GetEntryListByIndex GetEntryListByIndex 方法从目录中检索索引指定的条目列表。 |
IToc::GetEntryListCount GetEntryListCount 方法检索目录中的条目列表数。 |
IToc::RemoveEntryListByIndex RemoveEntryListByIndex 方法从目录中删除索引指定的条目列表。 |
IToc::SetContext SetContext 方法将调用方提供的上下文块与目录相关联。 |
IToc::SetDescription SetDescription 方法将说明与目录相关联。 |
IToc::SetDescriptor SetDescriptor 方法将描述符与目录相关联。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wmcodecdsp.h |