IMSVidVideoRendererDevices Interface
Microsoft DirectShow 9.0 |
IMSVidVideoRendererDevices Interface
This topic applies to Windows XP or later.
The IMSVidVideoRendererDevices interface represents a collection of video renderers. The MSVidVideoRendererDevices object exposes this method. Applications can use this interface to enumerate the collection.
In addition to the methods inherited from IDispatch, the IMSVidVideoRendererDevices interface exposes the following methods.
Method | Description |
Add | Adds a video renderer 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