Partager via


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

Syntax

HRESULT put__CustomCompositorClass(
  [in] REFCLSID CompositorCLSID
);

Parameters

[in] CompositorCLSID

Specifies the CLSID of the custom 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)

See also

IMSVidVideoRenderer Interface

IMSVidVideoRenderer::get__CustomCompositorClass

IMSVidVideoRenderer::put__CustomCompositor