Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
DuplicateL(), TJpegComment(), iComment

Inherited from TImageDataBlock:
DataType()


Construction and destruction


TJpegComment()

IMPORT_C TJpegComment();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL()

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.