#include <ecam.h>
| class MFrameBuffer | 
| Public Attributes | |
|---|---|
| TTimeIntervalMicroSeconds | iElapsedTime | 
| TInt | iIndexOfFirstFrameInBuffer | 
| Public Member Functions | |
|---|---|
| pure virtual TDesC8 * | DataL(TInt) | 
| pure virtual CFbsBitmap * | FrameL(TInt) | 
| pure virtual void | Release() | 
Buffer class for passing video frames between camera and client.
May contain multiple frames.
| TTimeIntervalMicroSeconds | iElapsedTime | 
Time elapsed from when CCamera::StartVideoCapture() was called until the first frame in the buffer was captured.
| TInt | iIndexOfFirstFrameInBuffer | 
Sequential frame number of the first frame in the buffer, counting from when CCamera::StartVideoCapture() was called and including frames dropped due to lack of buffers.
Gets a non-bitmap frame in the buffer.
| Parameter | Description | 
|---|---|
| aIndex | The index of the required, non-bitmap, frame. | 
Returns: A pointer to the specified non-bitmap format frame of video data.
| CFbsBitmap * | FrameL | ( | TInt | aIndex | ) | [pure virtual] | 
Gets a bitmap frame in the buffer.
| Parameter | Description | 
|---|---|
| aIndex | The index of the required, bitmap format, frame. | 
Returns: A pointer to the specified bitmap format frame of video data.
| void | Release | ( | ) | [pure virtual] | 
Releases the buffer for re-use by the camera once the client has processed the frame data.
Signals to CCamera that the buffer data has been used and that the buffer is free for re-use.