IMSVidVideoRenderer::put_CustomCompositorClass Method

This topic applies to Windows XP or later.
The put_CustomCompositorClass method specifies the class identifier (CLSID) of a custom image compositor, as a BSTR.

Syntax

HRESULT put_CustomCompositorClass(
  [in]  BSTR CompositorCLSID
);

Parameters

  • CompositorCLSID [in]
    Specifies the CLSID as a string.

Return Value

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.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidVideoRenderer Interface
IMSVidVideoRenderer::get_CustomCompositorClass
Using the Video Mixing Renderer

Send comments about this topic to Microsoft

Build date: 12/4/2008