Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageDisplay.h>
This item is not part of the S60 5th Edition SDK

Class MIclImageDisplayObserver

class MIclImageDisplayObserver;

Description

Observer class for image display.

Members

Defined in MIclImageDisplayObserver:


Member functions


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

virtual void MiidoImageReady(const CFbsBitmap *aBitmap, TUint aStatus, const TRect &aUpdatedArea, TInt aError)=0;

Description

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

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