Share via


IWMEncDeviceControlCollection Interface

Windows Media Encoder SDK banner art

The IWMEncDeviceControlCollection interface manages a collection of device control plug-ins for the current source group, allowing you to control external DV and Sony VTR devices using the Windows Media Encoder SDK.

In addition to the methods inherited from IDispatch, the IWMEncDeviceControlCollection interface exposes the following methods.

Method Description
Add Adds a device control object to the collection.
get_Count Retrieves the number of device control objects in the collection.
get_length Retrieves the number of device control objects in the collection.
Item Retrieves a specific device control object from the collection.
Remove Removes a specific device control object from the collection.
RemoveAll Removes all device control objects from the collection.

See Also