#include <icl/imagecodecdata.h>
Link against: imageconversion.lib
| class TGifImageControl : public TFrameDataBlock |
| Public Attributes | |
|---|---|
| TInt | iDelayTimeInCentiseconds |
| TDisposalMethod | iDisposalMethod |
| TInt | iTransparentColorIndex |
| TBool | iUserInputFlag |
| Public Member Enumerations | |
|---|---|
| enum | TDisposalMethod { ENone, ELeaveInPlace, ERestoreToBackground, ERestoreToPrevious } |
| Public Member Functions | |
|---|---|
| TGifImageControl() | |
| Inherited Functions | |
|---|---|
| TFrameDataBlock::DataType()const | |
| TFrameDataBlock::TFrameDataBlock(TUid) | |
GIF specific frame data variant which holds GIF image control information.
It can only be used with the GIF decoder (the encoder is not configurable).
| TInt | iDelayTimeInCentiseconds |
The interval between display of successive frames in units of 1/100 second.
| TBool | iUserInputFlag |
A flag indicating if user input is required before display of next frame.
Flag reflecting how the previous frame is handled when the next frame is drawn.
| Enumerator | Value | Description |
|---|---|---|
| ENone | 0 |
No method set. |
| ELeaveInPlace | 1 |
Leave the previous frame in place. |
| ERestoreToBackground | 2 |
Restore to the backgound colour. |
| ERestoreToPrevious | 3 |
Restore the previous frame. |