Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ICLExif.h>
This item is not part of the S60 5th Edition SDK

Class CJPEGExifDecoderPlugin

class CJPEGExifDecoderPlugin : public CImageDecoderPlugin;

Description

The plugin API for Image Converter Library EXIF decoder plugins.

Derivation

Members

Defined in CJPEGExifDecoderPlugin:

Inherited from CBase:

Inherited from CImageDecoderPlugin:


Member functions


ExifMetadata()

IMPORT_C virtual MExifMetadata* ExifMetadata()=0;

Description

Returns the EXIF metadata associated with the image being decoded. This is a pure virtual function that each individual plugin must implement.

Return value

MExifMetadata *

A pointer to the metadata. NULL if there is no metadata available.