Microsoft DirectX 9.0

IMSVidVideoRenderer::get__MixerBitmap

This topic applies to Windows XP only.

The get__MixerBitmap method retrieves the Video Mixing Renderer's IVMRMixerBitmap interface, which controls how the VMR mixes a static bitmap.

Syntax

HRESULT get__MixerBitmap(
  IVMRMixerBitmap**  ppMixerPicture
);

Parameters

  ppMixerPicture

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

Return Values

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

Remarks

The returned IVMRMixerBitmap interface has an outstanding reference count. The caller must release the interface.

See Also