Microsoft DirectX 8.1 (C++)

IMSVidVideoRenderer::put__MixerBitmap

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The put__MixerBitmap method specifies the static bitmap image.

Syntax

HRESULT put__MixerBitmap(
  VMRALPHABITMAP*  pMixerPicture
);

Parameters

  pMixerPicture

[in]  Specifies the address of a VMRALPHABITMAP structure that contains information about the bitmap.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

No special remarks.

See Also