Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ICLExif.h>
Link against: jpegexifplugin.lib
This item is not part of the S60 5th Edition SDK

Class CJPEGExifDecoder

class CJPEGExifDecoder : public CImageDecoder;

Description

Provides access to the exif jpeg decoder.

This class provides functions to decode jpeg images held in files or descriptors.

Derivation

Members

Defined in CJPEGExifDecoder:

Inherited from CBase:

Inherited from CImageDecoder:


Construction and destruction


NewL()

IMPORT_C static CJPEGExifDecoder* NewL();

Description

Constructs a new exif decoder.

A leave occurs if there is insufficient memory available.

Return value

CJPEGExifDecoder *

A pointer to the new exif jpeg decoder.


ConstructL()

protected: IMPORT_C void ConstructL();

Description

Initialises an exif decoder.

A leave occurs if the associated ICL plugin could not be instanciated

[Top]


Member functions


ExifMetadata()

IMPORT_C MExifMetadata* ExifMetadata();

Description

gets the metadata associated to this instance of the decoder

NULL is returned if no metadata was found

Return value

MExifMetadata *

A pointer to the metadata