TFrameDataBlock Class Reference

class TFrameDataBlock

The abstract base class for all format-specific frame data variants.

Public Member Functions
IMPORT_C TUidDataType()
Protected Member Functions
TFrameDataBlock(TUid)
TFrameDataBlock *DuplicateL(CFrameImageData &)
Private Attributes
TUid iDataType
TInt iReserved1
TInt iReserved2
TInt iReserved3

Constructor & Destructor Documentation

TFrameDataBlock(TUid)

IMPORT_CTFrameDataBlock(TUidaDataType)[protected]

Parameters

TUid aDataType

Member Functions Documentation

DataType()

IMPORT_C TUidDataType()const

DuplicateL(CFrameImageData &)

TFrameDataBlock *DuplicateL(CFrameImageData &aFrameImageData)const [protected, pure virtual]

Provides a copy of an object that manages a list of frame and image block data, but not a bitwise copy. It provides a new reference to the object.

Parameters

CFrameImageData & aFrameImageDataAn object that manages a list of frame and image block data

Member Data Documentation

TUid iDataType

TUid iDataType[private]

TInt iReserved1

TInt iReserved1[private]

TInt iReserved2

TInt iReserved2[private]

TInt iReserved3

TInt iReserved3[private]