Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
DuplicateL(), TBmpImageData(), iBitsPerPixel

Inherited from TImageDataBlock:
DataType()

See also:


Construction and destruction


TBmpImageData()

IMPORT_C TBmpImageData();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL()

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.