IMSVidVideoRenderer::put__CustomCompositor 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__CustomCompositor method specifies a custom image compositor for the Video Mixing Renderer (VMR) to use.
Syntax
HRESULT put__CustomCompositor(
[in] IVMRImageCompositor *Compositor
);
Parameters
[in] Compositor
Pointer to the IVMRImageCompositor interface of the image compositor.
Return value
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
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |