Share via


IMSVidOutputDevices 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 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:

Inheritance

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

Methods

The IMSVidOutputDevices interface has these methods.

 
IMSVidOutputDevices::Add

The Add method adds an output device to the collection.
IMSVidOutputDevices::get__NewEnum

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

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

The get_Item method retrieves the specified item from the collection.
IMSVidOutputDevices::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(IMSVidOutputDevices).

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