TJpegComment Class Reference

class TJpegComment : public TImageDataBlock

JPEG specific image data variant which holds JPEG comment information.

It can be used with both the JPEG decoder and encoder.

Inherits from

Constructor & Destructor Documentation

TJpegComment()

IMPORT_C TJpegComment ( )

Default constructor for this class.

Member Functions Documentation

DuplicateL(CFrameImageData &)

TImageDataBlock * DuplicateL ( CFrameImageData & aFrameImageData ) const [private, virtual]

Parameters

CFrameImageData & aFrameImageData

Member Data Documentation

HBufC8 * iComment

HBufC8 * iComment

The JPEG comment associated with the JPEG image.