|
|
|
class TMbmDecodeData : public TFrameDataBlock;
MBM specific frame data variant which holds frame data information.
It can only be used with the MBM decoder.
TFrameDataBlock -
The abstract base class for all format-specific frame data variants.
TMbmDecodeData -
MBM specific frame data variant which holds frame data information.
Defined in TMbmDecodeData:
DuplicateL(CFrameImageData &)constProvides a copy of an object that manages a list of frame and image block data, ...TMbmDecodeData()Default constructor for this class. iCompressedA flag indicating if RLE compression is used.iImageDataSizeInBytesThe uncompressed frame size in bytes.Inherited from TFrameDataBlock:
DataType()constReturns the data type of the current TFrameDataBlock object.TFrameDataBlock(TUid)Constructs and initialises the TFrameDataBlock object to the data type specified...private: virtual TFrameDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
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.
|
|
TInt iImageDataSizeInBytes;
The uncompressed frame size in bytes.