TFrameFormat Class Reference

class TFrameFormat : public TFrameFormatBase

This class is a specific implementation of TFrameFormatBase. An object of this class provides colour space and sampling information based on a specific image format code.

Inherits from

Constructor & Destructor Documentation

TFrameFormat(TUid)

IMPORT_CTFrameFormat(TUidaFormatCode)[explicit]

Parameters

TUid aFormatCode

Member Functions Documentation

ColourSpace()

IMPORT_C TUidColourSpace()const

DuplicateL()

IMPORT_C TFrameFormatBase *DuplicateL()const [virtual]

Creates a duplicate instance of the frame format object on the heap.

The pointer to the newly created object cast as class TFrameFormatBase.

FormatCode()

IMPORT_C TUidFormatCode()const

Sampling()

IMPORT_C TUidSampling()const

SetColourSpace(TUid)

IMPORT_C voidSetColourSpace(TUidaColourSpace)

Parameters

TUid aColourSpace

Member Data Documentation

TUid iColourSpace

TUid iColourSpace[private]

TUid iFormatCode

TUid iFormatCode[private]

TUid iSampling

TUid iSampling[private]