Share via


IMSVidInputDevices interface (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The IMSVidInputDevices interface represents a collection of input devices. The MSVidInputDevices object exposes this object.

Inheritance

The IMSVidInputDevices interface inherits from the IDispatch interface. IMSVidInputDevices also has these types of members:

Methods

The IMSVidInputDevices interface has these methods.

 
IMSVidInputDevices::Add

The Add method adds an input device to the collection.
IMSVidInputDevices::get__NewEnum

The get__NewEnum method retrieves an enumerator for the collection.
IMSVidInputDevices::get_Count

The get_Count method retrieves the number of items in the collection.
IMSVidInputDevices::get_Item

The get_Item method retrieves the specified item from the collection.
IMSVidInputDevices::Remove

The Remove method removes an item from the collection.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidInputDevices).

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IDispatch

Video Control Interfaces