Share via


IMSVidVideoRenderer::put_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 put_MixerBitmapPositionRect method specifies the position of the static bitmap image, relative to the video window.

Syntax

HRESULT put_MixerBitmapPositionRect(
  [in] IMSVidRect *rDest
);

Parameters

[in] rDest

Pointer to an IMSVidRect interface, specifying the rectangle.

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 specified position rectangle.

Requirements

   
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 Interface

IMSVidVideoRenderer::SetupMixerBitmap

IMSVidVideoRenderer::get_MixerBitmapPositionRect

IMSVidVideoRenderer::put_MixerBitmap