TGifComment Class Reference

#include <icl/imagecodecdata.h>

Link against: imageconversion.lib

class TGifComment : public TImageDataBlock

Inherits from

Public Attributes
HBufC8 *iComment
Public Member Functions
TGifComment()
Inherited Functions
TImageDataBlock::DataType()const
TImageDataBlock::TImageDataBlock(TUid)

Detailed 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).

Member Attribute Documentation

iComment

HBufC8 *iComment

The comment associated with the GIF image.

Constructor & Destructor Documentation

TGifComment ( )

IMPORT_CTGifComment()

Default constructor for this class.