|
|
|
|
Location:
mdaimageconverter.h
Link against: mediaclientimage.lib
class CMdaImageBitmapToDescUtility : public CMdaImageDataWriteUtility;
This class has been deprecated in 7.0s, it's functionality is now part of the Image Converter Library. For more information
see CImageEncoder.
MMdaObjectStateChangeObserver - No description.
CBase - Base class for all classes to be instantiated on the heap
CActive - The core class of the active object abstraction
CMdaImageUtility - Defines the public interface to image conversion
CMdaImageDataWriteUtility - Base class used in the derivation of
CMdaImageBitmapToDescUtility - This class has been deprecated in 7.0s, it's functionality is now part of the Image Converter Library
Defined in CMdaImageBitmapToDescUtility:
CreateL(), NewL()
Inherited from CActive:
Cancel(),
Deque(),
EPriorityHigh,
EPriorityIdle,
EPriorityLow,
EPriorityStandard,
EPriorityUserInput,
Extension_(),
IsActive(),
IsAdded(),
Priority(),
RunError(),
SetActive(),
SetPriority(),
TPriority,
iStatus
Inherited from CBase:
Delete(),
operator new()
Inherited from CMdaImageDataWriteUtility:
CancelConvertL(),
ConvertL(),
DoCancel(),
DoClose(),
Encoder(),
ImageWriteUtil_Reserved1(),
ImageWriteUtil_Reserved2(),
ImageWriteUtil_Reserved3(),
RunL()
Inherited from CMdaImageUtility:
Close(),
FrameCount(),
FrameInfo(),
ImageUtil_Reserved1(),
ImageUtil_Reserved2(),
ImageUtil_Reserved3(),
ImageUtil_Reserved4(),
MoscoStateChangeEvent()
static IMPORT_C CMdaImageBitmapToDescUtility *NewL(MMdaImageUtilObserver &aObserver, CMdaServer *aServer=0);
Constructs a new instance of the bitmap to descriptor-based image conversion utility.
The function leaves if this object cannot be created.
|
|
IMPORT_C void CreateL(TDes8 &aDescriptor, TMdaClipFormat *aFormat, TMdaPackage *aCodec, TMdaPackage *aExtra);
Initialises the supplied descriptor to receive the descriptor-based image.
The function is asynchronous. When the operation is complete, successfully or otherwise, the callback function MMdaImageUtilObserver::MiuoCreateComplete() is called.The descriptor must have been successfully initialised before any conversion operation can start.
|