Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The MSVidFeatures object is a collection of IMSVidFeature objects, each of which represents a feature supported by the Video Control. Applications work with two instances of this collection:
The MSVidCtl.FeaturesAvailable collection contains all of the features that are available on the current system
The MSVidCtl.FeaturesActive collection contains the features that are active for the current session.
This object exposes the following properties and methods.
Property | Description |
Count | Retrieves the number of items in the collection. |
Item | Retrieves the specified item from the collection. |
Method | Description |
Add | Adds a feature to the collection. |
Remove | Removes a feature from the collection. |