Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
IMSVidInputDevices Interface
This topic applies to Windows XP or later.
The IMSVidInputDevices interface represents a collection of input devices. The MSVidInputDevices object exposes this object.
In addition to the methods inherited from IDispatch, the IMSVidInputDevices interface exposes the following methods.
| Method | Description |
| Add | Adds an input device to the collection. |
| get_Count | Retrieves the number of items in the collection. |
| get_Item | Retrieves the specified item from the collection. |
| get__NewEnum | Retrieves an enumerator for the collection. |
| Remove | Removes an item from the collection. |
See Also