IMSVidVideoRenderer::get__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 get__CustomCompositorClass method retrieves the class identifier (CLSID) of the Video Mixing Renderer's current image compositor, as a GUID.

Syntax

HRESULT get__CustomCompositorClass(
  [out] GUID *CompositorCLSID
);

Parameters

[out] CompositorCLSID

Receives the CLSID.

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__CustomCompositor

IMSVidVideoRenderer::put__CustomCompositorClass