ITuningSpaces Interface
Microsoft DirectShow 9.0 |
ITuningSpaces Interface
The ITuningSpaces interface represents a collection of tuning spaces.
Method | Description |
get__NewEnum | Retrieves an enumerator for the collection. (For use by Automation clients.) |
get_Count | Returns the number of tuning spaces in this collection. |
get_EnumTuningSpaces | Retrieves an enumerator for the collection. (For use by C++ clients.) |
get_Item | Returns a specified item in the collection. |
Remarks
This interface is used to enumerate subsets of tuning spaces within the SystemTuningSpaces object. To enumerate all of the tuning spaces available on the system, use the ITuningSpaceContainer interface on the SystemTuningSpaces object.
See Also