Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class TGifComment

class TGifComment : public TImageDataBlock;

Description

GIF specific image data variant which holds GIF comment info.

It can only be used with the GIF decoder (the encoder is not configurable).

Derivation

Members

Defined in TGifComment:

Inherited from TImageDataBlock:


Construction and destruction


TGifComment()

IMPORT_C TGifComment();

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 comment associated with the GIF image.