Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageCodecData.h>
Link against: imageconversion.lib

Class TBmpImageData

class TBmpImageData : public TImageDataBlock;

Description

BMP specific image data variant which holds bits per pixel info. It is only used when configuring the BMP encoder. If the Symbian bitmap encoder (0x101F45AE) is supplied then encoder specific defaults are used if this object is not presented to the conversion process. The default bitmap colour depth is 24-bit.

Derivation

Members

Defined in TBmpImageData:

Inherited from TImageDataBlock:


Construction and destruction


TBmpImageData()

IMPORT_C TBmpImageData();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL(CFrameImageData &)const

private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;

Description

Parameters

CFrameImageData &aFrameImageData

Return value

TImageDataBlock *

[Top]


Member data


iBitsPerPixel

TInt iBitsPerPixel;

Description

The number of bits/pixel.