Share via


IMSVidVideoRenderer::put_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 put_MixerBitmap method specifies the static bitmap image, as an IPictureDisp type.

Syntax

HRESULT put_MixerBitmap(
  [in] IPictureDisp *MixerPictureDisp
);

Parameters

[in] MixerPictureDisp

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

   
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_MixerBitmap

IMSVidVideoRenderer::put_MixerBitmapOpacity

IMSVidVideoRenderer::put_MixerBitmapPositionRect

Mixing an Image Onto the Video Window in C++