IMSVidVideoRenderer::put__MixerBitmap

 
Microsoft DirectShow 9.0

IMSVidVideoRenderer::put__MixerBitmap

This topic applies to Windows XP or later.

The put__MixerBitmap method specifies the static bitmap image.

Syntax

  HRESULT put__MixerBitmap(
  
  VMRALPHABITMAP*
  
  MixerPicture
  
  );

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.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also