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 .
Public Member Functions | |
---|---|
IMPORT_C void | CreateL ( TDes8 &, TMdaClipFormat *, TMdaPackage *, TMdaPackage *) |
IMPORT_C CMdaImageBitmapToDescUtility * | NewL ( MMdaImageUtilObserver &, CMdaServer *) |
Private Member Functions | |
---|---|
CMdaImageBitmapToDescUtilityPriv * | Properties () |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CMdaImageUtility::iProperties |
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.
TDes8 & aDescriptor | A descriptor to contain the image. |
TMdaClipFormat * aFormat | The data format. This is optional. |
TMdaPackage * aCodec | The codec to use. This is optional. |
TMdaPackage * aExtra | Additional information which the Media Server may need to recognise the data format. This is optional. |
IMPORT_C CMdaImageBitmapToDescUtility * | NewL | ( | MMdaImageUtilObserver & | aObserver, |
CMdaServer * | aServer = NULL | |||
) | [static] |
Constructs a new instance of the bitmap to descriptor-based image conversion utility.
The function leaves if this object cannot be created.
MMdaImageUtilObserver & aObserver | The image utility observer interface |
CMdaServer * aServer = NULL | A pointer to a server object. The default is NULL which means that one is automatically constructed and owned by this conversion utility object. If not NULL, the client must construct, and be responsible for, the server object. This option may be more efficient if a number of conversion utility objects are to be created. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.