Location:
ImageCodecData.h
Link against: imageconversion.lib
class TGifComment : public TImageDataBlock;
GIF specific image data variant which holds GIF comment info.
It can only be used with the GIF decoder (the encoder is not configurable).
TImageDataBlock
- The abstract base class for all format-specific image data variants
TGifComment
- GIF specific image data variant which holds GIF comment info
Defined in TGifComment
:
DuplicateL()
, TGifComment()
, iComment
Inherited from TImageDataBlock
:
DataType()
private: virtual TImageDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
HBufC8 * iComment;
The comment associated with the GIF image.