class CMdaImageBitmapToFileUtility : public CMdaImageDataWriteUtility |
Implements format conversion of a bitmap to a file-based image.
Replaced by Image Conversion library - use CImageEncoder::FileNewL()
The class provides functions to create an instance of this conversion utility and to create the file. Conversion is performed using the image conversion utility interface.
5.0
CImageEncoder::FileNewL()
Public Member Functions | |
---|---|
IMPORT_C void | CreateL(const TDesC &, TMdaClipFormat *, TMdaPackage *, TMdaPackage *) |
IMPORT_C CMdaImageBitmapToFileUtility * | NewL(MMdaImageUtilObserver &, CMdaServer *) |
Private Member Functions | |
---|---|
CMdaImageBitmapToFileUtilityPriv * | Properties() |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CMdaImageUtility::iProperties |
IMPORT_C void | CreateL | ( | const TDesC & | aFileName, |
TMdaClipFormat * | aFormat, | |||
TMdaPackage * | aCodec, | |||
TMdaPackage * | aExtra | |||
) |
const TDesC & aFileName | |
TMdaClipFormat * aFormat | |
TMdaPackage * aCodec | |
TMdaPackage * aExtra |
IMPORT_C CMdaImageBitmapToFileUtility * | NewL | ( | MMdaImageUtilObserver & | aObserver, |
CMdaServer * | aServer = NULL | |||
) | [static] |
MMdaImageUtilObserver & aObserver | |
CMdaServer * aServer = NULL |