Microsoft DirectX 9.0

IMSVidVideoRenderer::get_MixerBitmap

This topic applies to Windows XP only.

The get_MixerBitmap method retrieves the static bitmap image, as an IPictureDisp type.

Syntax

HRESULT get_MixerBitmap(
  IPictureDisp**  ppMixerPictureDisp
);

Parameters

  ppMixerPictureDisp

[out]  Address of a variable that receives an IPictureDisp interface pointer.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
CO_E_NOTINITIALIZED No bitmap was set.

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.

See Also