Microsoft DirectX 9.0

IMSVidVideoRenderer::put_CustomCompositorClass

This topic applies to Windows XP only.

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

Syntax

HRESULT put_CustomCompositorClass(
  BSTR  CompositorCLSID
);

Parameters

  CompositorCLSID

[in]  Specifies the CLSID as a string.

Return Values

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

Remarks

This method is provided for Automation clients. C++ applications can use the IMSVidVideoRenderer::put__CustomCompositorClass method, which specifies a GUID rather than a BSTR.

See Also