Share via


IMSVidAudioRendererDevices 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 IMSVidAudioRendererDevices interface represents a collection of audio renderers. Applications can use this interface to enumerate the collection. The MSVidAudioRendererDevices object exposes this method.

Inheritance

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

Methods

The IMSVidAudioRendererDevices interface has these methods.

 
IMSVidAudioRendererDevices::Add

The Add method adds an audio renderer to the collection.
IMSVidAudioRendererDevices::get__NewEnum

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

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

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

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