IEnumTuningSpaces Interface
Microsoft DirectShow 9.0 |
IEnumTuningSpaces Interface
The IEnumTuningSpaces interface is implemented on a standard COM collection of tuning space objects and is obtained through various ITuningSpaceContainer.
In addition to the methods inherited from IUnknown, the IEnumTuningSpaces interface exposes the following methods.
Method | Description |
Clone | Creates a new copy of the collection and all its sub-objects. |
Next | Retrieves the next n element in the collection. |
Reset | Moves the iterator to the beginning of the collection. |
Skip | Skips the specified element in the collection. |
See Also