IMSVidOutputDevices Interface
Microsoft DirectShow 9.0 |
IMSVidOutputDevices Interface
This topic applies to Windows XP or later.
The IMSVidOutputDevices interface represents a collection of output devices.
Output devices include video and audio renderers, and the Stream Buffer Sink object. To obtain the audio and video renders, you can use the following methods:
- IMSVidCtl::get_AudioRendererActive
- IMSVidCtl::get_AudioRenderersAvailable
- IMSVidCtl::get_VideoRendererActive
- IMSVidCtl::get_VideoRenderersAvailable
In addition to the methods inherited from IDispatch, the IMSVidOutputDevices interface exposes the following methods.
Method | Description |
Add | Adds an output 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