|
|
|
|
Location:
ImageDisplay.h
Link against: imagedisplay.lib
class TDescriptorDataSource : public TMMSource;
Descriptor-based image datasource.
TMMSource - Base class which provides a lightweight encapsulation of a DRM protected content source
TDescriptorDataSource - Descriptor-based image datasource
Defined in TDescriptorDataSource:
DataBuf(), TDescriptorDataSource()
Inherited from TMMSource:
Intent(),
IsUIEnabled(),
SourceType(),
UniqueId()
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
|
IMPORT_C const TPtrC8 &DataBuf() const;
Returns a reference to the pointer containing an image data. Data is not owned by this object.
|