|
||
class TBmpImageData : public TImageDataBlock;
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.
TImageDataBlock
-
The abstract base class for all format-specific image data variants.
TBmpImageData
- ...
Defined in TBmpImageData
:
DuplicateL(CFrameImageData &)const
TBmpImageData()
Default constructor for this class. iBitsPerPixel
The number of bits/pixel.Inherited from TImageDataBlock
:
DataType()const
Returns the data type of the current TImageDataBlock object.TImageDataBlock(TUid)
Constructs and initialises the TImageDataBlock object to the data type specified...private: virtual TImageDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
|
|
TInt iBitsPerPixel;
The number of bits/pixel.