ITocCollection interface (wmcodecdsp.h)
The ITocCollection represents a collection of tables of contents. It provides methods for adding, retrieving, and removing, tables of contents from the collection.
Inheritance
The ITocCollection interface inherits from the IUnknown interface. ITocCollection also has these types of members:
Methods
The ITocCollection interface has these methods.
ITocCollection::AddEntry The AddEntry method adds an individual table of contents to the collection and assigns an index to the added table of contents. |
ITocCollection::AddEntryByIndex The AddEntryByIndex adds an individual table of contents to the collection and associates a caller-supplied index with the table of contents. |
ITocCollection::GetEntryByIndex The GetEntryByIndex method retrieves a table of contents, specified by an index, from the collection. |
ITocCollection::GetEntryCount The GetEntryCount method retrieves the number of tables of contents in the collection. |
ITocCollection::RemoveEntryByIndex The RemoveEntryByIndex method removes a table of contents, specified by an index, from the collection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wmcodecdsp.h |