Location:
ICLExif.h
class MExifMetadata : public MExifMetadataReader, public MExifMetadataWriter;
generic accessor to access the tags from exif metadata. The TExifWriterUtility
& TExifReaderUtility
classes offer friendlier interfaces to access these tags.
MExifMetadataWriter
- generic accessor to write the tags from exif metadata
MExifMetadataReader
- generic accessor to read the tags from exif metadata
MExifMetadata
- generic accessor to access the tags from exif metadata
Inherited from MExifMetadataReader
:
GetIntegerArrayParam()
,
GetIntegerParam()
,
GetParam16()
,
GetParam8()
,
GetRationalArrayParam()
,
GetRationalParam()
,
GetShortArrayParam()
,
GetShortParam()
Inherited from MExifMetadataWriter
:
SetIntegerArrayParam()
,
SetIntegerParam()
,
SetParam16()
,
SetParam8()
,
SetRationalArrayParam()
,
SetRationalParam()
,
SetShortArrayParam()
,
SetShortParam()