Microsoft DirectX 9.0

IMSVidVideoRenderer::put__MixerBitmap

This topic applies to Windows XP 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