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 get__MixerBitmap method retrieves the Video Mixing Renderer's IVMRMixerBitmap interface, which controls how the VMR mixes a static bitmap.
Syntax
HRESULT get__MixerBitmap(
[out] IVMRMixerBitmap **ppMixerPicture
);
Parameters
- ppMixerPicture [out]
Address of a variable that receives an IVMRMixerBitmap interface pointer.
Return Value
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.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
IMSVidVideoRenderer Interface
IMSVidVideoRenderer::get_MixerBitmap
IMSVidVideoRenderer::put__MixerBitmap
Mixing an Image Onto the Video Window in C++
Send comments about this topic to Microsoft
Build date: 12/4/2008