Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class TGifLZWInfo

class TGifLZWInfo : public TFrameDataBlock;

Description

GIF specific frame data variant which holds LZW compression information.

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

Derivation

Members

Defined in TGifLZWInfo:

Inherited from TFrameDataBlock:


Construction and destruction


TGifLZWInfo()

IMPORT_C TGifLZWInfo();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL(CFrameImageData &)const

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

Description

Provides a copy of an object that manages a list of frame and image block data, but not a bitwise copy. It provides a new reference to the object.

Parameters

CFrameImageData &aFrameImageData

An object that manages a list of frame and image block data

Return value

TFrameDataBlock *

[Top]


Member data


iInitialCodeLength

TInt iInitialCodeLength;

Description

The initial number of bits used in LZW compression.


iCompressedBytes

TInt iCompressedBytes;

Description

The size of compressed frame.