class CMdaImageDescToBitmapUtility : public CMdaImageDataReadUtility |
7.0s - Replaced by Image Conversion library - use CImageDecoder::DataNewL()
Implements format conversion of a descriptor-based image to a bitmap.
This class has been deprecated in 7.0s, it's functionality is now part of the Image Converter Library. For more information see CImageDecoder.
The class provides functions to create an instance of this conversion utility and to open and prepare the image data.Conversion is performed using the image conversion utility interface.
5.0
CImageDecoder
Public Member Functions | |
---|---|
IMPORT_C CMdaImageDescToBitmapUtility * | NewL(MMdaImageUtilObserver &, CMdaServer *) |
IMPORT_C void | OpenL(const TDesC8 &, TMdaClipFormat *, TMdaPackage *, TMdaPackage *) |
Private Member Functions | |
---|---|
CMdaImageDescToBitmapUtilityPriv * | Properties() |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CMdaImageUtility::iProperties |
IMPORT_C CMdaImageDescToBitmapUtility * | NewL | ( | MMdaImageUtilObserver & | aObserver, |
CMdaServer * | aServer = NULL | |||
) | [static] |
MMdaImageUtilObserver & aObserver | |
CMdaServer * aServer = NULL |
IMPORT_C void | OpenL | ( | const TDesC8 & | aDescriptor, |
TMdaClipFormat * | aFormat = NULL, | |||
TMdaPackage * | aCodec = NULL, | |||
TMdaPackage * | aExtra = NULL | |||
) |
const TDesC8 & aDescriptor | |
TMdaClipFormat * aFormat = NULL | |
TMdaPackage * aCodec = NULL | |
TMdaPackage * aExtra = NULL |