Share via


IMSVidCtl::get_VideoRenderersAvailable method (msvidctl.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 get_VideoRenderersAvailable method retrieves a collection of video renderers available on the local system.

Syntax

HRESULT get_VideoRenderersAvailable(
  [out] IMSVidVideoRendererDevices **pVal
);

Parameters

[out] pVal

Receives an IMSVidVideoRendererDevices interface pointer. The caller must release the interface.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method returns a collection of video renderer devices. Use the returned IMSVidVideoRendererDevices pointer to enumerate the collection.

Note��In the current implementation, the collection always contains exactly one item: an MSVidVideoRenderer object that represents the Video Mixing Renderer filter.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msvidctl.h

See also

IMSVidCtl Interface

IMSVidCtl::get_VideoRendererActive