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 CJPEGExifEncoder

class CJPEGExifEncoder : public CImageEncoder;

Description

Provides access to the exif jpeg encoder.

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

Derivation

Members

Defined in CJPEGExifEncoder:

Inherited from CBase:

Inherited from CImageEncoder:


Construction and destruction


NewL()

IMPORT_C static CJPEGExifEncoder* NewL();

Description

Constructs a new exif encoder.

A leave occurs if there is insufficient memory available.

Return value

CJPEGExifEncoder *

A pointer to the new jpeg exif encoder.


ConstructL()

protected: IMPORT_C void ConstructL();

Description

Initialises an exif encoder.

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 encoder

NULL is returned if no metadata was found

Return value

MExifMetadata *

A pointer to the metadata