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.
Public Member Functions | |
---|---|
TFrameFormat(TUid) | |
IMPORT_C TUid | ColourSpace() |
IMPORT_C TFrameFormatBase * | DuplicateL() |
IMPORT_C TUid | FormatCode() |
IMPORT_C TUid | Sampling() |
IMPORT_C void | SetColourSpace(TUid) |
Inherited Functions | |
---|---|
TFrameFormatBase::TFrameFormatBase(TUid) | |
TFrameFormatBase::Type()const |
Private Attributes | |
---|---|
TUid | iColourSpace |
TUid | iFormatCode |
TUid | iSampling |
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.