Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ImageDisplay.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class MIclImageDisplayObserver

class MIclImageDisplayObserver;

Description

Observer class for image display.

Members

Defined in MIclImageDisplayObserver:
MiidoImageReady()


Member functions


MiidoImageReady()

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 asinchronously to an API client. This function is asinchronous.

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