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, as an IPictureDisp type.
Syntax
HRESULT put_MixerBitmap( IPictureDisp* MixerPictureDisp );
Parameters
pMixerPictureDisp
[in] Specifies a pointer to the IPictureDisp interface.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The VMR alpha-blends the static bitmap image onto the video image. For information about the IPictureDisp interface, see the Platform SDK documentation.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also