Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ImageCodecData.h
Link against: imageconversion.lib

Class TMbmDecodeData

class TMbmDecodeData : public TFrameDataBlock;

Description

MBM specific frame data variant which holds frame data information.

It can only be used with the MBM decoder.

Derivation

Members

Defined in TMbmDecodeData:
DuplicateL(), TMbmDecodeData(), iCompressed, iImageDataSizeInBytes

Inherited from TFrameDataBlock:
DataType()


Construction and destruction


TMbmDecodeData()

IMPORT_C TMbmDecodeData();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL()

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


iCompressed

TBool iCompressed;

Description

A flag indicating if RLE compression is used.


iImageDataSizeInBytes

TInt iImageDataSizeInBytes;

Description

The uncompressed frame size in bytes.