IMSVidVideoRenderer::put_CustomCompositorClass method (segment.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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
[in] CompositorCLSID
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
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |