#include <imagedisplay.h>
class MIclImageDisplayObserver |
Public Member Functions | |
---|---|
pure virtual void | MiidoImageReady(const CFbsBitmap *, TUint, const TRect &, TInt) |
Observer class for image display.
void | MiidoImageReady | ( | const CFbsBitmap * | aBitmap, |
TUint | aStatus, | |||
const TRect & | aUpdatedArea, | |||
TInt | aError | |||
) | [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 | |
---|---|
aBitmap | a pointer to the bitmap that contains decoding result (may be NULL on error condition) |
aStatus | the plugin status that should be combination of the TPluginStatus set |
aUpdatedArea | a rectangle within the aBitmap that was updated during the latest operation |
aError | error code of latest operation |