IMSVidVideoRenderer::get_MixerBitmapPositionRect 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_MixerBitmapPositionRect method retrieves the position of the static bitmap image, relative to the video window.
Syntax
HRESULT get_MixerBitmapPositionRect(
[out] IMSVidRect **rDest
);
Parameters
[out] rDest
Receives an IMSVidRect interface pointer.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
If the static bitmap image is set, the VMR alpha-blends the bitmap onto the video image, using the position rectangle given in pprDest.
The returned IMSVidRect 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) |