Share via


IMSVidVideoRenderer::put__CustomCompositor

 
Microsoft DirectShow 9.0

IMSVidVideoRenderer::put__CustomCompositor

This topic applies to Windows XP or later.

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

Syntax

  HRESULT put__CustomCompositor(
  
  IVMRImageCompositor*
  
  Compositor
  
  );

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.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also