Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IMSVidOutputDevices interface represents a collection of output devices. In this version of Windows XP Home Edition and Windows XP Professional, however, there are no supported methods that return an IMSVidOutputDevices interface.
The only output devices currently supported are video and audio renderers. To obtain these, use the following methods:
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. |