Microsoft DirectX 9.0

MSVidVideoRenderer.CustomCompositorClass

This topic applies to Windows XP only.

The CustomCompositorClass property sets or retrieves the class identifier (CLSID) of the Video Mixing Renderer's current image compositor.

Syntax

objMSVidVideoRenderer.CustomCompositorClass As String

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns a string that contains the CLSID.

Remarks

Applications can provide their own compositors to perform custom image compositing. For more information, see Using the Video Mixing Renderer.

This property is read/write.

See Also