|
||
class TFrameDataBlock;
The abstract base class for all format-specific frame data variants.
Defined in TFrameDataBlock
:
DataType()const
Returns the data type of the current TFrameDataBlock object.DuplicateL(CFrameImageData &)const
Provides a copy of an object that manages a list of frame and image block data, ...TFrameDataBlock(TUid)
Constructs and initialises the TFrameDataBlock object to the data type specified...protected: IMPORT_C TFrameDataBlock(TUid aDataType);
Constructs and initialises the TFrameDataBlock object to the data type specified by aDataType.
|
IMPORT_C TUid DataType() const;
Returns the data type of the current TFrameDataBlock object.
|
protected: virtual TFrameDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const=0;
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.
|
|