MSVidFeatures

 
Microsoft DirectShow 9.0

MSVidFeatures

This topic applies to Windows XP or later.

The MSVidFeatures object represents a collection of features.

Interfaces IMSVidFeatures
Outgoing Event Interfaces None.

Remarks

To obtain the collection of features that are currently active, call the IMSVidCtl::get_FeaturesActive method. To obtain the collection of all the features that are available, call the IMSVidCtl::get_FeaturesAvailable method.

To set the active features, create an empty MSVidFeatures object using CoCreateInstance. Enumerate the available features collection, and add the features that you want to activate into the new MSVidFeatures object. Then call the IMSVidCtl::put_FeaturesActive method with a pointer to your MSVidFeatures object.

See Also