|
||
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 &)const
Provides a copy of an object that manages a list of frame and image block data, ...TMbmEncodeData()
Default constructor for this class. iDisplayMode
The display mode.Inherited from TFrameDataBlock
:
DataType()const
Returns 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.