IMSVidVideoRenderer::get__CustomCompositor method (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 get__CustomCompositor method retrieves the Video Mixing Renderer's current image compositor.

Syntax

HRESULT get__CustomCompositor(
  [out] IVMRImageCompositor **Compositor
);

Parameters

[out] Compositor

Receives an IVMRImageCompositor interface pointer .

Return value

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

Remarks

Applications can provide their own compositors to perform custom image compositing. For more information, see Using the Video Mixing Renderer.

The returned IVMRImageCompositor interface has an outstanding reference count. The caller must release the interface.

Requirements

Requirement Value
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidVideoRenderer Interface

IMSVidVideoRenderer::get__CustomCompositorClass

IMSVidVideoRenderer::put__CustomCompositor