|
||
class TDescriptorDataSource : public TMMSource;
Descriptor-based image datasource.
TMMSource
- ...
TDescriptorDataSource
- Descriptor-based image datasource.
Defined in TDescriptorDataSource
:
DataBuf()const
Returns a reference to the pointer containing an image data. Data is not owned b...TDescriptorDataSource(const TPtrC8 &)
Constructor for the descriptor-based image datasource. NOTE: Data is not copied,...Inherited from TMMSource
:
Intent()const
Get the Intent used to open the source object within the DRM archive.IsUIEnabled()const
Get the flag that indicates whether an agent's UI is enabled.SourceType()const
Get the universal identifier of the content source.UniqueId()const
Get the Unique Id of the source object within the DRM archive.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.
|