Microsoft DirectX 9.0

IMSVidVideoRenderer::get__CustomCompositor

This topic applies to Windows XP only.

The get__CustomCompositor method retrieves the Video Mixing Renderer's current image compositor.

Syntax

HRESULT get__CustomCompositor(
  IVMRImageCompositor**  ppCompositor
);

Parameters

  ppCompositor

[out]  Address of an variable that receives an IVMRImageCompositor interface pointer .

Return Values

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.

See Also