Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageCodecData.h>
Link against: imageconversion.lib

Class TJpegComment

class TJpegComment : public TImageDataBlock;

Description

JPEG specific image data variant which holds JPEG comment information.

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

Derivation

Members

Defined in TJpegComment:

Inherited from TImageDataBlock:


Construction and destruction


TJpegComment()

IMPORT_C TJpegComment();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL(CFrameImageData &)const

private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;

Description

Parameters

CFrameImageData &aFrameImageData

Return value

TImageDataBlock *

[Top]


Member data


iComment

HBufC8 * iComment;

Description

The JPEG comment associated with the JPEG image.