ITocEntry interface (wmcodecdsp.h)

The ITocEntry interface represents an individual entry in a table of contents. It provides methods for setting and retrieving descriptive information for the entry.

Inheritance

The ITocEntry interface inherits from the IUnknown interface. ITocEntry also has these types of members:

Methods

The ITocEntry interface has these methods.

 
ITocEntry::GetDescriptionData

The GetDescriptionData method gets a description data block that was previously associated with the entry by a call to SetDescriptionData.
ITocEntry::GetDescriptor

The GetDescriptor method retrieves the descriptor, previously set by a call to SetDescriptor, of the entry.
ITocEntry::GetSubEntries

The GetSubEntries method gets an array of subentry indices that were set by a previous call to SetSubEntries.
ITocEntry::GetTitle

The GetTitle method retrieves the title, set by a previous call to SetTitle, of the entry.
ITocEntry::SetDescriptionData

The SetDescriptionData method associates a caller-supplied data block with the entry.
ITocEntry::SetDescriptor

The SetDescriptor method associates a descriptor with the entry.
ITocEntry::SetSubEntries

The SetSubEntries identifies a set of entries as being subentries of this entry.
ITocEntry::SetTitle

The SetTitle method sets the title of the entry.

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

See also

IUnknown

Table of Contents Parser Interfaces