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

Public Member Functions
TJpegComment()
Private Member Functions
TImageDataBlock *DuplicateL(CFrameImageData &)
Inherited Functions
TImageDataBlock::DataType()const
TImageDataBlock::TImageDataBlock(TUid)
Public Attributes
HBufC8 *iComment

Constructor & Destructor Documentation

TJpegComment()

IMPORT_CTJpegComment()

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.