TMbmDecodeData Class Reference

class TMbmDecodeData : public TFrameDataBlock

MBM specific frame data variant which holds frame data information.

It can only be used with the MBM decoder.

Inherits from

Constructor & Destructor Documentation

TMbmDecodeData()

IMPORT_C TMbmDecodeData ( )

Default constructor for this class.

Member Functions Documentation

DuplicateL(CFrameImageData &)

TFrameDataBlock * DuplicateL ( CFrameImageData & aFrameImageData ) const [private, virtual]

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

Member Data Documentation

TBool iCompressed

TBool iCompressed

A flag indicating if RLE compression is used.

TInt iImageDataSizeInBytes

TInt iImageDataSizeInBytes

The uncompressed frame size in bytes.