IEnumTuneRequests Interface

 
Microsoft DirectShow 9.0

IEnumTuneRequests Interface

The IEnumTuneRequests interface provides access to a collection of tune requests returned from a call to IGuideData::GetServices. This collection of tune requests represents all the services available in the tuning space.

In addition to the methods inherited from IUnknown, the IEnumTuneRequests interface exposes the following methods.

Method Description
Clone Creates a copy of the collection.
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.

Requirements

Header: Include Bdatif.h.

See Also