|
||
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
- ...
Inherited from MExifMetadataReader
:
GetIntegerArrayParam(TUint,TUint,CArrayFix< TInt > &)const
Get the data associated with an array of signed or unsigned 32-bit integers EXIF...GetIntegerParam(TUint,TUint,TInt &)const
Get the data associated with a signed or unsigned 32-bit integer EXIF/DCF tag/IF...GetParam16(TUint,TUint,HBufC16 *&)const
Get the data associated with a 16-bit EXIF/DCF tag/IFD.GetParam8(TUint,TUint,HBufC8 *&)const
Get the data associated with an 8-bit (e.g. ASCII, Undefined or Byte) EXIF/DCF t...GetRationalArrayParam(TUint,TUint,CArrayFix< TRational > &)const
Get the data associated with an array of signed or unsigned rationals EXIF/DCF t...GetRationalParam(TUint,TUint,TInt &,TInt &)const
Get the data associated with a signed or unsigned rational EXIF/DCF tag/IFD. If ...GetShortArrayParam(TUint,TUint,CArrayFix< TUint16 > &)const
Get the data associated with an array of unsigned short (16-bit) integers EXIF/D...GetShortParam(TUint,TUint,TUint16 &)const
Get the data associated with an unsigned short (16-bit) integer EXIF/DCF tag/IFD...Inherited from MExifMetadataWriter
:
SetIntegerArrayParam(TUint,TUint,CArrayFix< TInt > &)
Sets the data associated with an array of signed or unsigned 32-bit integers EXI...SetIntegerParam(TUint,TUint,TInt)
Sets the data associated with a signed or unsigned 32-bit integer EXIF/DCF tag/I...SetParam16(TUint,TUint,HBufC16 *)
Set 16-bit Unicode data into EXIF/DCF tag/IFDs that support it (e.g.0x9286 (User...SetParam8(TUint,TUint,HBufC8 *)
Set the data associated with an 8-bit (e.g. ASCII, Undefined or Byte) EXIF/DCF t...SetRationalArrayParam(TUint,TUint,CArrayFix< TRational > &)
Sets the data associated with an array of signed or unsigned rationals EXIF/DCF ...SetRationalParam(TUint,TUint,TInt,TInt)
Sets the data associated with a signed or unsigned rational EXIF/DCF tag/IFD.SetShortArrayParam(TUint,TUint,CArrayFix< TUint16 > &)
Sets the data associated with an array of unsigned short (16-bit) EXIF/DCF tag/I...SetShortParam(TUint,TUint,TUint16)
Sets the data associated with an unsigned short (16-bit) EXIF/DCF tag/IFD.