#include <mmf/server/mmfvideoframebuffer.h>
Link against: mmfserverbaseclasses.lib
| class CMMFBitmapFrameBuffer : public CMMFBuffer, public CMMFBuffer |
| Public Member Functions | |
|---|---|
| ~CMMFBitmapFrameBuffer() | |
| virtual TUint | BufferSize() |
| CFbsBitmap * | Data() |
| IMPORT_C CMMFBitmapFrameBuffer * | NewL(const TSize &, TDisplayMode) |
| IMPORT_C CMMFBitmapFrameBuffer * | NewL(TInt) |
| Inherited Attributes | |
|---|---|
| CMMFBuffer::iFrameNumber | |
| CMMFBuffer::iLastBuffer | |
| CMMFBuffer::iPosition | |
| CMMFBuffer::iRequestSize | |
| CMMFBuffer::iStatus | |
| CMMFBuffer::iTimeToPlay | |
| CMMFBuffer::iType | |
Deprecated
Class to store a frame of video data using an EPOC bitmap (RGB data).
Deprecated
Class to store a frame of video data using an EPOC bitmap (RGB data).
| TUint | BufferSize | ( | ) | const [inline, virtual] |
Reimplemented from CMMFBuffer::BufferSize()const
Dummy implementation. Not applicable to bitmap frame data.
| CFbsBitmap * | Data | ( | ) | [inline] |
Retrieves the frame data.
| IMPORT_C CMMFBitmapFrameBuffer * | NewL | ( | const TSize & | aSize, |
| TDisplayMode | aDisplayMode | |||
| ) | [static] | |||
Factory function to create objects of type CMMFBitmapFrameBuffer used to store a frame an EPOC bitmap. Allocates and constructs a bitmap frame buffer with the specified size and display mode.
| Parameters | |
|---|---|
| aSize | The bitmap frame buffer size. |
| aDisplayMode | The display mode. |
| IMPORT_C CMMFBitmapFrameBuffer * | NewL | ( | TInt | aBitmapHandle | ) | [static] |
Factory function to create objects of type CMMFBitmapFrameBuffer used to store a frame using an EPOC bitmap.
| Parameters | |
|---|---|
| aBitmapHandle | The handle to the bitmap from which to make a copy. |