Location:
ImageData.h
Link against: imageconversion.lib
class TFrameDataBlock;
The abstract base class for all format-specific frame data variants.
Defined in TFrameDataBlock
:
DataType()
, DuplicateL()
, TFrameDataBlock()
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.
|
|