Share via


IWMEncDeviceControlCollection Object

Windows Media Encoder SDK banner art

The IWMEncDeviceControlCollection object 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.

The IWMEncDeviceControlCollection object exposes the following properties and methods.

Property Description
Count Retrieves the number of device control objects in the collection.
length Retrieves the number of device control objects in the collection.
Method Description
Add Adds a device control object to 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