#include <imagedisplay.h>
Link against: imagedisplay.lib
| class TDescriptorDataSource : public TMMSource, public TMMSource |
| Public Member Functions | |
|---|---|
| TDescriptorDataSource(const TPtrC8 &) | |
| IMPORT_C const TPtrC8 & | DataBuf() |
Descriptor-based image datasource.
| IMPORT_C | TDescriptorDataSource | ( | const TPtrC8 & | aData | ) |
Constructor for the descriptor-based image datasource. NOTE: Data is not copied, so the original buffer must be kept during image processing
| Parameters | |
|---|---|
| aData | a reference to the pointer containing an image data |
| IMPORT_C const TPtrC8 & | DataBuf | ( | ) | const |
Returns a reference to the pointer containing an image data. Data is not owned by this object.