Microsoft DirectX 8.1 (C++) |
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 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