Share via


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

Inheritance

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

Methods

The IMSVidVideoRendererDevices interface has these methods.

 
IMSVidVideoRendererDevices::Add

The Add method adds a video renderer to the collection.
IMSVidVideoRendererDevices::get__NewEnum

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

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

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

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