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