IMSVidVideoRenderer::get__CustomCompositorClass
Microsoft DirectShow 9.0 |
IMSVidVideoRenderer::get__CustomCompositorClass
This topic applies to Windows XP or later.
The get__CustomCompositorClass method retrieves the class identifier (CLSID) of the Video Mixing Renderer's current image compositor, as a GUID.
Syntax
HRESULT get__CustomCompositorClass( GUID* CompositorCLSID );
Parameters
pCompositorCLSID
[out] Pointer to a variable that receives the CLSID.
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