CMMFYUVBuffer Class Reference

#include "mmfvideoframebuffer.h"

Link against: mmfserverbaseclasses.lib

class CMMFYUVBuffer : public CMMFBuffer

Inherits from

Detailed Description

Deprecated

Class to store a frame of video data using YUV data instead of an EPOC bitmap.

Member Attribute Documentation

iPixelSize

TSize iPixelSize

The size of a pixel

iYUVBuffer

HBufC8 *iYUVBuffer

The buffer to hold the YUV data

Constructor & Destructor Documentation

~CMMFYUVBuffer ( )

IMPORT_C~CMMFYUVBuffer()

Destructor.

Member Function Documentation

BufferSize ( )

TUint BufferSize()const [inline, virtual]

Reimplemented from CMMFBuffer::BufferSize()const

Returns the buffer size.

Returns: The buffer size.

NewL ( )

IMPORT_C CMMFYUVBuffer *NewL()[static]

Factory function to create objects of type CMMFYUVBuffer used to store a frame using YUV data. Allocates and constructs a YUV frame buffer.

Returns: A pointer to a fully constructed CMMFYUVBuffer.