IMSVidVideoRenderer::get__MixerBitmap method (segment.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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 **MixerPicture
);
Parameters
[out] MixerPicture
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
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |
See also
IMSVidVideoRenderer::get_MixerBitmap