Microsoft DirectX 8.1 (C++)

IMSVidVideoRenderer::put__CustomCompositorClass

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The put__CustomCompositorClass method specifies the class identifier (CLSID) of a custom image compositor, as a GUID.

Syntax

HRESULT put__CustomCompositorClass(
  REFCLSID  CompositorCLSID
);

Parameters

  CompositorCLSID

[in]  Specifies the CLSID of the custom 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