MIclImageDisplayObserver Class Reference

#include <imagedisplay.h>

class MIclImageDisplayObserver
Public Member Functions
pure virtual voidMiidoImageReady(const CFbsBitmap *, TUint, const TRect &, TInt)

Detailed Description

Observer class for image display.

Member Function Documentation

MiidoImageReady ( const CFbsBitmap *, TUint, const TRect &, TInt )

voidMiidoImageReady(const CFbsBitmap *aBitmap,
TUintaStatus,
const TRect &aUpdatedArea,
TIntaError
)[pure virtual]

Called when the image is ready to display A plug-in should use this function to pass information asynchronously to an API client. This function is asynchronous.

Parameters
aBitmapa pointer to the bitmap that contains decoding result (may be NULL on error condition)
aStatusthe plugin status that should be combination of the TPluginStatus set
aUpdatedAreaa rectangle within the aBitmap that was updated during the latest operation
aErrorerror code of latest operation