|
||
class MIclImageDisplayObserver;
Observer class for image display.
Defined in MIclImageDisplayObserver
:
MiidoImageReady(const CFbsBitmap *,TUint,const TRect &,TInt)
Called when the image is ready to display A plug-in should use this function to ...virtual void MiidoImageReady(const CFbsBitmap *aBitmap, TUint aStatus, const TRect &aUpdatedArea, TInt aError)=0;
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.
|