#include <icl/imagedata.h>
class TImageDataBlock |
Public Member Functions | |
---|---|
IMPORT_C TUid | DataType() |
Protected Member Functions | |
---|---|
TImageDataBlock(TUid) |
The abstract base class for all format-specific image data variants.
IMPORT_C | TImageDataBlock | ( | TUid | aDataType | ) | [protected] |
Constructs and initialises the TImageDataBlock object to the data type specified by aDataType.
See also: ImageCodecData.h
Parameter | Description |
---|---|
aDataType | The data type. |
IMPORT_C TUid | DataType | ( | ) | const |
Returns the data type of the current TImageDataBlock object.
See also: ImageCodecData.h
Returns: The data type.