CJPEGExifEncoder::CBody Class Reference

class CJPEGExifEncoder::CBody : public CBase

Inherits from

  • CJPEGExifEncoder::CBody

Constructor & Destructor Documentation

CBody(CJPEGExifEncoder &)

CBody(CJPEGExifEncoder &aHandle)[private]

constructor

instanciates a new body for a defined exif jpeg encoder A leave occurs if there is insufficient memory available.

Parameters

CJPEGExifEncoder & aHandlea reference on the exif decoder this body has to be associated to.

Member Functions Documentation

ExifMetadata()

IMPORT_C MExifMetadata *ExifMetadata()

Gets the metadata associated with this instance of the decoder

returns NULL if no metadata was found

NewL(CJPEGExifEncoder &)

IMPORT_C CJPEGExifEncoder::CBody *NewL(CJPEGExifEncoder &aHandle)[static]

create a new body for a defined exif jpeg encoder

A leave occurs if there is insufficient memory available.

Parameters

CJPEGExifEncoder & aHandlea reference on the exif encoder this body has to be associated to.

Member Data Documentation

CJPEGExifEncoder & iHandle

CJPEGExifEncoder &iHandle[private]