Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The put_MixerBitmap method specifies the static bitmap image, as an IPictureDisp type.
Syntax
HRESULT put_MixerBitmap(
IPictureDisp* pMixerPictureDisp
);
Parameters
pMixerPictureDisp
[in] Specifies a pointer to the IPictureDisp interface.
Return Values
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.
See Also