IMSVidFeatures Interface
Microsoft DirectShow 9.0 |
IMSVidFeatures Interface
This topic applies to Windows XP or later.
The IMSVidFeatures interface represents a collection of Video Control features. The MSVidFeatures collection object exposes this interface.
This interface is used for two purposes: to retrieve a read-only collection of the features available on the current system (the available features collection), and to create a read/write list of activated features (the active features collection).
In addition to the methods inherited from IDispatch, the IMSVidFeatures interface exposes the following methods.
Method | Description |
Add | Adds a feature to the collection. |
get_Count | Retrieves the number of items in the collection. |
get_Item | Retrieves the specified item from the collection. |
get__NewEnum | Retrieves an enumerator for the collection. |
Remove | Removes an item from the collection. |
See Also