|
|
|
class TMbmEncodeData : public TFrameDataBlock;
MBM specific image data variant which holds frame data information.
It can only be used with the MBM encoder.
TFrameDataBlock -
The abstract base class for all format-specific frame data variants.
TMbmEncodeData -
MBM specific image data variant which holds frame data information.
Defined in TMbmEncodeData:
DuplicateL(CFrameImageData &)constProvides a copy of an object that manages a list of frame and image block data, ...TMbmEncodeData()Default constructor for this class. iDisplayModeThe display mode.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.
|
|
TDisplayMode iDisplayMode;
The display mode.