Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(
[in] IPictureDisp *pMixerPictureDisp
);
Parameters
- pMixerPictureDisp [in]
Specifies a pointer to the IPictureDisp interface.
Return Value
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 | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
IMSVidVideoRenderer Interface
IMSVidVideoRenderer::get_MixerBitmap
IMSVidVideoRenderer::put_MixerBitmapOpacity
IMSVidVideoRenderer::put_MixerBitmapPositionRect
IMSVidVideoRenderer::SetupMixerBitmap
Mixing an Image Onto the Video Window in C++
Send comments about this topic to Microsoft
Build date: 12/4/2008