Microsoft DirectX 9.0

IMSVidVideoRenderer::put__CustomCompositor

This topic applies to Windows XP only.

The put__CustomCompositor method specifies a custom image compositor for the Video Mixing Renderer (VMR) to use.

Syntax

HRESULT put__CustomCompositor(
  IVMRImageCompositor*  pCompositor
);

Parameters

  pCompositor

[in]  Pointer to the IVMRImageCompositor interface of the image compositor.

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.

See Also