IWMEncDeviceControl Interface

Windows Media Encoder SDK banner art

The IWMEncDeviceControl interface retrieves a device control plug-in, and specifies and retrieves the name and scheme of a device control plug-in. These plug-ins correspond to external DV and Sony VTR devices that you can control using the Windows Media Encoder SDK.

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

Method Description
GetDeviceControlPlugin Retrieves a device control plug-in.
GetInput Retrieves the name and scheme of a device control from the collection.
SetInput Adds a device control to the device control collection.

See Also