#include <ImageData.h>
Link against:
imageconversion.lib
class TImageDataBlock;
Description
The abstract base class for all format-specific image data variants.
Members
Defined in TImageDataBlock
:
Construction and destruction
protected: IMPORT_C TImageDataBlock(TUid aDataType);
Description
Constructs and initialises the TImageDataBlock object to the data type specified by aDataType.
Parameters
TUid aDataType |
The data type.
|
|
IMPORT_C TUid DataType() const;
Description
Returns the data type of the current TImageDataBlock object.
Return value
DuplicateL(CFrameImageData &)const
private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const=0;
Description
Parameters
Return value