Microsoft DirectX 9.0

MSVidVideoRenderer.MixerBitmap

This topic applies to Windows XP only.

The MixerBitmap property sets or retrieves the static bitmap image.

Syntax

objMSVidVideoRenderer.MixerBitmap As IPictureDisp

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 an IPictureDisp object.

Remarks

If the static bitmap image is set, the VMR alpha-blends the bitmap onto the video image. For information about the IPictureDisp interface, see the Platform SDK documentation.

This property is read/write.

See Also