IEnumGuideDataProperties Interface
Microsoft DirectShow 9.0 |
IEnumGuideDataProperties Interface
The IEnumGuideDataProperties interface represents a collection of guide data properties that has been generated by the TIF. Separate collections are created for programs, services, and schedule entries. This interface is obtained from the TIF using the following methods.
- IGuideData::GetProgramProperties.
- IGuideData::GetScheduleEntryProperties
- IGuideData::GetServiceProperties
In addition to the methods inherited from IUnknown, the IEnumGuideDataProperties interface exposes the following methods.
Method | Description |
Clone | Creates a copy of the collection. (Currently not implemented.) |
Next | Retrieves the next item or items in the collection. |
Reset | Sets the enumerator to the first item in the collection. |
Skip | Skips the specified number of items. (Currently not implemented.) |
Requirements
Header: Include Bdatif.h.
See Also