Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageDisplay.h>
Link against: imagedisplay.lib
This item is not part of the S60 5th Edition SDK

Class TDescriptorDataSource

class TDescriptorDataSource : public TMMSource;

Description

Descriptor-based image datasource.

Derivation

Members

Defined in TDescriptorDataSource:

Inherited from TMMSource:


Construction and destruction


TDescriptorDataSource(const TPtrC8 &)

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()const

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