Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MdaImageConverter.h>
Link against: mediaclientimage.lib

Class CMdaImageBitmapToFileUtility

Interface status: deprecated

class CMdaImageBitmapToFileUtility : public CMdaImageDataWriteUtility;

Description

Implements format conversion of a bitmap to a file-based image.

Replaced by Image Conversion library - use CImageEncoder::FileNewL(RFs &,const TDesC &,const TDesC8 &,const TOptions)

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.

Derivation

Members

Defined in CMdaImageBitmapToFileUtility:

Inherited from CActive:

Inherited from CBase:

Inherited from CMdaImageDataWriteUtility:

Inherited from CMdaImageUtility:

See also:


Construction and destruction


NewL(MMdaImageUtilObserver &,CMdaServer *)

Interface status: deprecated Inherited from: CMdaImageBitmapToFileUtility

IMPORT_C static CMdaImageBitmapToFileUtility* NewL(MMdaImageUtilObserver &aObserver, CMdaServer *aServer=0);

Description

Constructs a new instance of the bitmap to file-based image conversion utility.

The function leaves if this object cannot be created.

Parameters

MMdaImageUtilObserver &aObserver

The image utility observer interface

CMdaServer *aServer

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.

Return value

CMdaImageBitmapToFileUtility *

A pointer to the new instance of the bitmap to file-based image conversion utility.

[Top]


Member functions


CreateL(const TDesC &,TMdaClipFormat *,TMdaPackage *,TMdaPackage *)

Interface status: deprecated Inherited from: CMdaImageBitmapToFileUtility

IMPORT_C void CreateL(const TDesC &aFileName, TMdaClipFormat *aFormat, TMdaPackage *aCodec, TMdaPackage *aExtra);

Description

Creates a new file to receive the file-based image.

The function is asynchronous. When the operation is complete, successfully or otherwise, the callback function MMdaImageUtilObserver::MiuoCreateComplete(TInt) is called. The file must be have been created before any conversion operation can start. Note, however, that the file will expand to accommodate the data i.e. image data is not truncated if the original size of the file is too small.

Parameters

const TDesC16 &aFileName

The full path name of the file to be created.

TMdaClipFormat *aFormat

The data format.

TMdaPackage *aCodec

The codec to use.

TMdaPackage *aExtra

Any additional information which the Media Server may need to recognise the data format.