TDescriptorDataSource Class Reference

#include <imagedisplay.h>

Link against: imagedisplay.lib

class TDescriptorDataSource : public TMMSource, public TMMSource

Inherits from

Detailed Description

Descriptor-based image datasource.

Constructor & Destructor Documentation

TDescriptorDataSource ( const TPtrC8 & )

IMPORT_CTDescriptorDataSource(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
aDataa reference to the pointer containing an image data

Member Function Documentation

DataBuf ( )

IMPORT_C const TPtrC8 &DataBuf()const

Returns a reference to the pointer containing an image data. Data is not owned by this object.

Return Value
a reference to the data pointer