class CJPEGExifDecoder : public CImageDecoder |
Provides access to the exif jpeg decoder.
This class provides functions to decode jpeg images held in files or descriptors.
Public Member Functions | |
---|---|
~CJPEGExifDecoder() | |
IMPORT_C MExifMetadata * | ExifMetadata() |
IMPORT_C CJPEGExifDecoder * | NewL() |
Protected Member Functions | |
---|---|
CJPEGExifDecoder() | |
IMPORT_C void | ConstructL() |
Inherited Enumerations | |
---|---|
CImageDecoder:TImageType | |
CImageDecoder:TOptions |
Private Attributes | |
---|---|
CBody * | iBody |
IMPORT_C void | ConstructL | ( | ) | [protected] |
Initialises an exif decoder.
A leave occurs if the associated ICL plugin could not be instanciated
IMPORT_C MExifMetadata * | ExifMetadata | ( | ) |
gets the metadata associated to this instance of the decoder
NULL is returned if no metadata was found
IMPORT_C CJPEGExifDecoder * | NewL | ( | ) | [static] |
Constructs a new exif decoder.
A leave occurs if there is insufficient memory available.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.