Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ImageDisplay.h
Link against: imagedisplay.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TDescriptorDataSource

class TDescriptorDataSource : public TMMSource;

Description

Descriptor-based image datasource.

Derivation

Members

Defined in TDescriptorDataSource:
DataBuf(), TDescriptorDataSource()

Inherited from TMMSource:
Intent(), IsUIEnabled(), SourceType(), UniqueId()


Construction and destruction


TDescriptorDataSource()

IMPORT_C TDescriptorDataSource(const TPtrC8 &aData);

Description

Constructor for the descriptor-based image datasource. NOTE: Data is not copied, so the original buffer must be kept during image processing

Parameters

const TPtrC8 &aData

a reference to the pointer containing an image data

[Top]


Member functions


DataBuf()

IMPORT_C const TPtrC8 &DataBuf() const;

Description

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

Return value

const TPtrC8 &

a reference to the data pointer