Share via


IMSVidVideoRenderer::put_CustomCompositorClass

 
Microsoft DirectShow 9.0

IMSVidVideoRenderer::put_CustomCompositorClass

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(
  
  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.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also