TExifWriterUtility Class Reference

class TExifWriterUtility

This class offers a friendly interface to write the metadata in exif encoded image files

Note: Unless otherwise stated in a method's documentation, it should be assumed that TInt arguments are representing unsigned quantities, even though TInt is a signed type. So unless otherwise stated, these parameters should be given unsigned values only.

Public Member Functions
TExifWriterUtility(MExifMetadataWriter *)
IMPORT_C TIntSetColorSpace(TInt)
IMPORT_C TIntSetComponentsConfiguration(HBufC8 *)
IMPORT_C TIntSetCopyright(HBufC8 *)
IMPORT_C TIntSetDateTime(HBufC8 *)
IMPORT_C TIntSetDateTimeDigitized(HBufC8 *)
IMPORT_C TIntSetDateTimeOriginal(HBufC8 *)
IMPORT_C TIntSetExifVersion(HBufC8 *)
IMPORT_C TIntSetFlash(TUint16)
IMPORT_C TIntSetFlashPixVersion(HBufC8 *)
IMPORT_C TIntSetFocalLength(TInt, TInt)
IMPORT_C TIntSetGpsAltitude(TInt, TInt)
IMPORT_C TIntSetGpsAltitudeRef(TUint8)
IMPORT_C TIntSetGpsAreaInformation(HBufC8 *)
IMPORT_C TIntSetGpsDateStamp(HBufC8 *)
IMPORT_C TIntSetGpsDestBearing(TInt, TInt)
IMPORT_C TIntSetGpsDestBearingRef(HBufC8 *)
IMPORT_C TIntSetGpsDestDistance(TInt, TInt)
IMPORT_C TIntSetGpsDestDistanceRef(HBufC8 *)
IMPORT_C TIntSetGpsDestLatitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TIntSetGpsDestLatitudeRef(HBufC8 *)
IMPORT_C TIntSetGpsDestLongitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TIntSetGpsDestLongitudeRef(HBufC8 *)
IMPORT_C TIntSetGpsDifferential(TUint16)
IMPORT_C TIntSetGpsDop(TInt, TInt)
IMPORT_C TIntSetGpsImgDirection(TInt, TInt)
IMPORT_C TIntSetGpsImgDirectionRef(HBufC8 *)
IMPORT_C TIntSetGpsLatitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TIntSetGpsLatitudeRef(HBufC8 *)
IMPORT_C TIntSetGpsLongitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TIntSetGpsLongitudeRef(HBufC8 *)
IMPORT_C TIntSetGpsMapDatum(HBufC8 *)
IMPORT_C TIntSetGpsMeasureMode(HBufC8 *)
IMPORT_C TIntSetGpsProcessingMethod(HBufC8 *)
IMPORT_C TIntSetGpsSatellites(HBufC8 *)
IMPORT_C TIntSetGpsSpeed(TInt, TInt)
IMPORT_C TIntSetGpsSpeedRef(HBufC8 *)
IMPORT_C TIntSetGpsStatus(HBufC8 *)
IMPORT_C TIntSetGpsTimeStamp(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TIntSetGpsTrack(TInt, TInt)
IMPORT_C TIntSetGpsTrackRef(HBufC8 *)
IMPORT_C TIntSetGpsVersionId(HBufC8 *)
IMPORT_C TIntSetImageDescription(HBufC8 *)
IMPORT_C TIntSetInteroperabilityIndex(HBufC8 *)
IMPORT_C TIntSetInteroperabilityVersion(HBufC8 *)
IMPORT_C TIntSetMake(HBufC8 *)
IMPORT_C TIntSetMakerNote(HBufC8 *)
IMPORT_C TIntSetModel(HBufC8 *)
IMPORT_C TIntSetOrientation(TInt)
IMPORT_C TIntSetPixelXDimension(TInt)
IMPORT_C TIntSetPixelYDimension(TInt)
IMPORT_C TIntSetResolutionUnit(TInt)
IMPORT_C TIntSetShutterSpeedValue(TInt, TInt)
IMPORT_C TIntSetThumbCompression(TInt)
IMPORT_C TIntSetThumbOrientation(TInt)
IMPORT_C TIntSetThumbResolutionUnit(TInt)
IMPORT_C TIntSetThumbXResolution(TInt, TInt)
IMPORT_C TIntSetThumbYResolution(TInt, TInt)
IMPORT_C TIntSetUserComment(HBufC8 *)
IMPORT_C TIntSetXResolution(TInt, TInt)
IMPORT_C TIntSetYCbCrPositioning(TInt)
IMPORT_C TIntSetYResolution(TInt, TInt)
Private Attributes
MExifMetadataWriter *iExifWrite

Constructor & Destructor Documentation

TExifWriterUtility(MExifMetadataWriter *)

IMPORT_CTExifWriterUtility(MExifMetadataWriter *aExifMetadata)

Constructor

instantiates the exif writer utility. Note: no method on this utility should be used after the metadate has been destroyed

Parameters

MExifMetadataWriter * aExifMetadatathe metadata class on which to read the tags

Member Functions Documentation

SetColorSpace(TInt)

IMPORT_C TIntSetColorSpace(TIntaColorSpace)

Sets the colorSpace tag value of the metadata.

Note: aColorSpace may only take unsigned short (16-bit) values.

Parameters

TInt aColorSpacethe colorSpace value

SetComponentsConfiguration(HBufC8 *)

IMPORT_C TIntSetComponentsConfiguration(HBufC8 *aComponentsConfig)

Sets the componentsConfiguration tag value of the metadata.

Parameters

HBufC8 * aComponentsConfigthe componentsConfiguration value

SetCopyright(HBufC8 *)

IMPORT_C TIntSetCopyright(HBufC8 *aCopyright)

Sets the copyright tag value of the metadata.

Parameters

HBufC8 * aCopyrightthe copyright value.

SetDateTime(HBufC8 *)

IMPORT_C TIntSetDateTime(HBufC8 *aDateTime)

Sets the dateTime tag value of the metadata.

Parameters

HBufC8 * aDateTimethe dateTime value

SetDateTimeDigitized(HBufC8 *)

IMPORT_C TIntSetDateTimeDigitized(HBufC8 *aDateTime)

Sets the dateTimeDigitized tag value of the metadata.

Parameters

HBufC8 * aDateTimethe dateTimeDigitized value

SetDateTimeOriginal(HBufC8 *)

IMPORT_C TIntSetDateTimeOriginal(HBufC8 *aDateTime)

Sets the dateTimeOriginal tag value of the metadata.

Parameters

HBufC8 * aDateTimethe dateTimeOriginal value

SetExifVersion(HBufC8 *)

IMPORT_C TIntSetExifVersion(HBufC8 *aExifVersion)

Sets the exifVersion tag value of the metadata.

Parameters

HBufC8 * aExifVersionthe exifVersion value

SetFlash(TUint16)

IMPORT_C TIntSetFlash(TUint16aFlash)

Sets the flash tag value of the metadata.

Parameters

TUint16 aFlashthe flash value.

SetFlashPixVersion(HBufC8 *)

IMPORT_C TIntSetFlashPixVersion(HBufC8 *aFlashPixVer)

Sets the flashpixVersion tag value of the metadata.

Parameters

HBufC8 * aFlashPixVerthe flashpixVersion value

SetFocalLength(TInt, TInt)

IMPORT_C TIntSetFocalLength(TIntaNumerator,
TIntaDenominator
)

Sets the focal length tag value of the metadata.

Parameters

TInt aNumeratorthe focal length numerator value
TInt aDenominatorthe focal length denominator value

SetGpsAltitude(TInt, TInt)

IMPORT_C TIntSetGpsAltitude(TIntaNumerator,
TIntaDenominator
)

Sets the gps altitude tag value of the metadata.

Parameters

TInt aNumeratorthe altitude numerator value.
TInt aDenominatorthe altitude denominator value.

SetGpsAltitudeRef(TUint8)

IMPORT_C TIntSetGpsAltitudeRef(TUint8aGpsAltitudeRef)

Sets the gps altitude reference tag value of the metadata.

Parameters

TUint8 aGpsAltitudeRefthe altitude reference value.

SetGpsAreaInformation(HBufC8 *)

IMPORT_C TIntSetGpsAreaInformation(HBufC8 *aGpsAreaInformation)

Sets the name of gps area tag value of the metadata.

Note: According to the Exif 2.2 specification, the first 8 bytes of aGpsAreaInformation must contain a Character Code to indicate the type of encoding used. See table 6 of the Exif 2.2 specification for a list of codes.

Parameters

HBufC8 * aGpsAreaInformationthe name of gps area value.

SetGpsDateStamp(HBufC8 *)

IMPORT_C TIntSetGpsDateStamp(HBufC8 *aDateStamp)

Sets the gps date tag value of the metadata.

Parameters

HBufC8 * aDateStampthe gps date value.

SetGpsDestBearing(TInt, TInt)

IMPORT_C TIntSetGpsDestBearing(TIntaNumerator,
TIntaDenominator
)

Sets the gps bearing of destination tag value of the metadata.

Parameters

TInt aNumeratorthe bearing of destination numerator value
TInt aDenominatorthe bearing of destination denominator value

SetGpsDestBearingRef(HBufC8 *)

IMPORT_C TIntSetGpsDestBearingRef(HBufC8 *aGpsDestBearingRef)

Sets the gps reference for bearing of destination tag value of the metadata.

Parameters

HBufC8 * aGpsDestBearingRefthe reference for bearing of destination value.

SetGpsDestDistance(TInt, TInt)

IMPORT_C TIntSetGpsDestDistance(TIntaNumerator,
TIntaDenominator
)

Sets the gps distance to destination tag value of the metadata.

Parameters

TInt aNumeratorthe distance to destination numerator value.
TInt aDenominatorthe distance to destination denominator value.

SetGpsDestDistanceRef(HBufC8 *)

IMPORT_C TIntSetGpsDestDistanceRef(HBufC8 *aGpsDestDistanceRef)

Sets the gps reference for distance to destination tag value of the metadata.

Parameters

HBufC8 * aGpsDestDistanceRefthe reference for distance to destination value.

SetGpsDestLatitude(TInt, TInt, TInt, TInt, TInt, TInt)

IMPORT_C TIntSetGpsDestLatitude(TIntaDegNumerator,
TIntaDegDenominator,
TIntaMinNumerator,
TIntaMinDenominator,
TIntaSecNumerator,
TIntaSecDenominator
)

Sets the gps latitude of destination tag value of the metadata.

Parameters

TInt aDegNumeratoron return, the degrees latitude of destination numerator value
TInt aDegDenominatoron return, the degrees latitude of destination denominator value
TInt aMinNumeratoron return, the minutes latitude of destination numerator value
TInt aMinDenominatoron return, the minutes latitude of destination denominator value
TInt aSecNumeratoron return, the seconds latitude of destination numerator value
TInt aSecDenominatoron return, the seconds latitude of destination denominator value

SetGpsDestLatitudeRef(HBufC8 *)

IMPORT_C TIntSetGpsDestLatitudeRef(HBufC8 *aGpsDestLatitudeRef)

Sets the gps reference for latitude of destination tag value of the metadata.

Parameters

HBufC8 * aGpsDestLatitudeRefthe reference for latitude of destination value.

SetGpsDestLongitude(TInt, TInt, TInt, TInt, TInt, TInt)

IMPORT_C TIntSetGpsDestLongitude(TIntaDegNumerator,
TIntaDegDenominator,
TIntaMinNumerator,
TIntaMinDenominator,
TIntaSecNumerator,
TIntaSecDenominator
)

Sets the gps longitude of destination tag value of the metadata.

Parameters

TInt aDegNumeratoron return, the degrees longitude of destination numerator value
TInt aDegDenominatoron return, the degrees longitude of destination denominator value
TInt aMinNumeratoron return, the minutes longitude of destination numerator value
TInt aMinDenominatoron return, the minutes longitude of destination denominator value
TInt aSecNumeratoron return, the seconds longitude of destination numerator value
TInt aSecDenominatoron return, the seconds longitude of destination denominator value

SetGpsDestLongitudeRef(HBufC8 *)

IMPORT_C TIntSetGpsDestLongitudeRef(HBufC8 *aGpsDestLongitudeRef)

Sets the gps reference for longitude of destination tag value of the metadata.

Parameters

HBufC8 * aGpsDestLongitudeRefthe reference for longitude of destination value.

SetGpsDifferential(TUint16)

IMPORT_C TIntSetGpsDifferential(TUint16aGpsDifferential)

Sets the gps differential correction tag value of the metadata.

Parameters

TUint16 aGpsDifferentialthe gps differential correction value.

SetGpsDop(TInt, TInt)

IMPORT_C TIntSetGpsDop(TIntaNumerator,
TIntaDenominator
)

Sets the gps measurement precision tag value of the metadata.

Parameters

TInt aNumeratorthe measurement precision numerator value.
TInt aDenominatorthe measurement precision denominator value.

SetGpsImgDirection(TInt, TInt)

IMPORT_C TIntSetGpsImgDirection(TIntaNumerator,
TIntaDenominator
)

Sets the direction of image tag value of the metadata.

Parameters

TInt aNumeratorthe direction of image numerator value.
TInt aDenominatorthe direction of image denominator value.

SetGpsImgDirectionRef(HBufC8 *)

IMPORT_C TIntSetGpsImgDirectionRef(HBufC8 *aGpsImgDirectionRef)

Sets the gps reference for direction of image tag value of the metadata.

Parameters

HBufC8 * aGpsImgDirectionRefthe gps reference for direction of image value.

SetGpsLatitude(TInt, TInt, TInt, TInt, TInt, TInt)

IMPORT_C TIntSetGpsLatitude(TIntaDegNumerator,
TIntaDegDenominator,
TIntaMinNumerator,
TIntaMinDenominator,
TIntaSecNumerator,
TIntaSecDenominator
)

Sets the gps latitude tag value of the metadata.

Parameters

TInt aDegNumeratorthe degrees latitude numerator value.
TInt aDegDenominatorthe degrees latitude denominator value.
TInt aMinNumeratorthe minutes latitude numerator value.
TInt aMinDenominatorthe minutes latitude denominator value.
TInt aSecNumeratorthe seconds latitude numerator value.
TInt aSecDenominatorthe seconds latitude denominator value.

SetGpsLatitudeRef(HBufC8 *)

IMPORT_C TIntSetGpsLatitudeRef(HBufC8 *aGpsLatitudeRef)

Sets the gps north or south latitude tag value of the metadata.

Parameters

HBufC8 * aGpsLatitudeRefthe gps north or south latitude value.

SetGpsLongitude(TInt, TInt, TInt, TInt, TInt, TInt)

IMPORT_C TIntSetGpsLongitude(TIntaDegNumerator,
TIntaDegDenominator,
TIntaMinNumerator,
TIntaMinDenominator,
TIntaSecNumerator,
TIntaSecDenominator
)

Sets the gps longitude tag value of the metadata.

Parameters

TInt aDegNumeratorthe degrees longitude numerator value.
TInt aDegDenominatorthe degrees longitude denominator value.
TInt aMinNumeratorthe minutes longitude numerator value.
TInt aMinDenominatorthe minutes longitude denominator value.
TInt aSecNumeratorthe seconds longitude numerator value.
TInt aSecDenominatorthe seconds longitude denominator value.

SetGpsLongitudeRef(HBufC8 *)

IMPORT_C TIntSetGpsLongitudeRef(HBufC8 *aGpsLongitudeRef)

Sets the east or west longitude tag value of the metadata.

Parameters

HBufC8 * aGpsLongitudeRefthe east or west longitude value.

SetGpsMapDatum(HBufC8 *)

IMPORT_C TIntSetGpsMapDatum(HBufC8 *aGpsMapDatum)

Sets the gps geodetic survey data used tag value of the metadata.

Parameters

HBufC8 * aGpsMapDatumthe geodetic survey data used value.

SetGpsMeasureMode(HBufC8 *)

IMPORT_C TIntSetGpsMeasureMode(HBufC8 *aGpsMeasureMode)

Sets the gps measurement mode tag value of the metadata.

Parameters

HBufC8 * aGpsMeasureModethe gps measurement mode value.

SetGpsProcessingMethod(HBufC8 *)

IMPORT_C TIntSetGpsProcessingMethod(HBufC8 *aGpsProcessingMethod)

Sets the name of gps processing method tag value of the metadata.

Note: According to the Exif 2.2 specification, the first 8 bytes of aGpsProcessingMethod must contain a Character Code to indicate the type of encoding used. See table 6 of the Exif 2.2 specification for a list of codes.

Parameters

HBufC8 * aGpsProcessingMethodthe name of gps processing method value.

SetGpsSatellites(HBufC8 *)

IMPORT_C TIntSetGpsSatellites(HBufC8 *aGpsSatellites)

Sets the gps satellites used for measurement tag value of the metadata.

Parameters

HBufC8 * aGpsSatellitesthe gps satellites used for measurement value.

SetGpsSpeed(TInt, TInt)

IMPORT_C TIntSetGpsSpeed(TIntaNumerator,
TIntaDenominator
)

Sets the speed of gps receiver tag value of the metadata.

Parameters

TInt aNumeratorthe speed of gps receiver numerator value.
TInt aDenominatorthe speed of gps receiver denominator value.

SetGpsSpeedRef(HBufC8 *)

IMPORT_C TIntSetGpsSpeedRef(HBufC8 *aGpsSpeedRef)

Sets the gps speed unit tag value of the metadata.

Parameters

HBufC8 * aGpsSpeedRefthe speed unit value.

SetGpsStatus(HBufC8 *)

IMPORT_C TIntSetGpsStatus(HBufC8 *aGpsStatus)

Sets the gps receiver status tag value of the metadata.

Parameters

HBufC8 * aGpsStatusthe gps receiver status value.

SetGpsTimeStamp(TInt, TInt, TInt, TInt, TInt, TInt)

IMPORT_C TIntSetGpsTimeStamp(TIntaHourNumerator,
TIntaHourDenominator,
TIntaMinNumerator,
TIntaMinDenominator,
TIntaSecNumerator,
TIntaSecDenominator
)

Sets the gps time tag value of the metadata.

Parameters

TInt aHourNumeratorthe hour numerator value.
TInt aHourDenominatorthe hour denominator value.
TInt aMinNumeratorthe minutes numerator value.
TInt aMinDenominatorthe minutes denominator value.
TInt aSecNumeratorthe seconds numerator value.
TInt aSecDenominatorthe seconds denominator value.

SetGpsTrack(TInt, TInt)

IMPORT_C TIntSetGpsTrack(TIntaNumerator,
TIntaDenominator
)

Sets the direction of movement tag value of the metadata.

Parameters

TInt aNumeratorthe direction of movement numerator value.
TInt aDenominatorthe direction of movement denominator value.

SetGpsTrackRef(HBufC8 *)

IMPORT_C TIntSetGpsTrackRef(HBufC8 *aGpsTrackRef)

Sets the gps reference for direction of movement tag value of the metadata.

Parameters

HBufC8 * aGpsTrackRefthe gps reference for direction of movement value.

SetGpsVersionId(HBufC8 *)

IMPORT_C TIntSetGpsVersionId(HBufC8 *aGpsVersionId)

Sets the gps version id tag value of the metadata.

Parameters

HBufC8 * aGpsVersionIdthe gps version id value.

SetImageDescription(HBufC8 *)

IMPORT_C TIntSetImageDescription(HBufC8 *aImageDescription)

Sets the image description tag value of the metadata.

Parameters

HBufC8 * aImageDescriptionthe image description value.

SetInteroperabilityIndex(HBufC8 *)

IMPORT_C TIntSetInteroperabilityIndex(HBufC8 *aIdx)

Sets the interoperabilityindex tag value of the metadata.

Parameters

HBufC8 * aIdxthe interoperabilityIndex value

SetInteroperabilityVersion(HBufC8 *)

IMPORT_C TIntSetInteroperabilityVersion(HBufC8 *aIdx)

Sets the interoperabilityVersion tag value of the metadata.

Parameters

HBufC8 * aIdxthe interoperabilityVersion value

SetMake(HBufC8 *)

IMPORT_C TIntSetMake(HBufC8 *aMake)

Sets the make tag value of the metadata.

Parameters

HBufC8 * aMakethe make value

SetMakerNote(HBufC8 *)

IMPORT_C TIntSetMakerNote(HBufC8 *aMakerNote)

Sets the maker note tag value of the metadata.

Parameters

HBufC8 * aMakerNotethe maker note value.

SetModel(HBufC8 *)

IMPORT_C TIntSetModel(HBufC8 *aModel)

Sets the model tag value of the metadata.

Parameters

HBufC8 * aModelthe model value

SetOrientation(TInt)

IMPORT_C TIntSetOrientation(TIntaOrientation)

Sets the main image orientation tag value of the metadata.

Note: aOrientation may only take unsigned short (16-bit) values.

Parameters

TInt aOrientationthe main image orientation value

SetPixelXDimension(TInt)

IMPORT_C TIntSetPixelXDimension(TIntaPixelXDim)

Sets the pixelXDimension tag value of the metadata.

Parameters

TInt aPixelXDimthe pixelXDimension value

SetPixelYDimension(TInt)

IMPORT_C TIntSetPixelYDimension(TIntaPixelYDim)

Sets the pixelYDimension tag value of the metadata.

Parameters

TInt aPixelYDimthe pixelYDimension value

SetResolutionUnit(TInt)

IMPORT_C TIntSetResolutionUnit(TIntaResUnit)

Sets the main image resolutionUnit tag value of the metadata.

Note: aResUnit may only take unsigned short (16-bit) values.

Parameters

TInt aResUnitthe main image resolutionUnit value

SetShutterSpeedValue(TInt, TInt)

IMPORT_C TIntSetShutterSpeedValue(TIntaNumerator,
TIntaDenominator
)

Sets the shutter speed tag value of the metadata.

Note that aNumerator may take signed values.

Note that aDenominator may take signed values.

Parameters

TInt aNumeratorthe shutter speed numerator value.
TInt aDenominatorthe shutter speed denominator value.

SetThumbCompression(TInt)

IMPORT_C TIntSetThumbCompression(TIntaCompression)

Sets the thumbnail compression tag value of the metadata.

Note: aCompression may only take unsigned short (16-bit) values.

Parameters

TInt aCompressionthe thumbnail compression value

SetThumbOrientation(TInt)

IMPORT_C TIntSetThumbOrientation(TIntaOrientation)

Sets the thumbnail orientation tag value of the metadata.

Note: aOrientation may only take unsigned short (16-bit) values.

Parameters

TInt aOrientationthe thumbnail orientation value

SetThumbResolutionUnit(TInt)

IMPORT_C TIntSetThumbResolutionUnit(TIntaResUnit)

Sets the thumbnail resolutionUnit tag value of the metadata.

Note: aResUnit may only take unsigned short (16-bit) values.

Parameters

TInt aResUnitthe thumbnail resolutionUnit value

SetThumbXResolution(TInt, TInt)

IMPORT_C TIntSetThumbXResolution(TIntaNumerator,
TIntaDenominator
)

Sets the thumbnail xResolution tag value of the metadata.

Parameters

TInt aNumeratorthe thumbnail xResolution value numerator
TInt aDenominatorthe thumbnail xResolution value denominator

SetThumbYResolution(TInt, TInt)

IMPORT_C TIntSetThumbYResolution(TIntaNumerator,
TIntaDenominator
)

Sets the thumbnail yResolution tag value of the metadata.

Parameters

TInt aNumeratorthe thumbnail yResolution value numerator
TInt aDenominatorthe thumbnail yResolution value denominator

SetUserComment(HBufC8 *)

IMPORT_C TIntSetUserComment(HBufC8 *aUserComment)

Sets the user comment tag value of the metadata.

Note: According to the Exif 2.2 specification, the first 8 bytes of aUserComment must contain a Character Code to indicate the type of encoding used. See table 6 of the Exif 2.2 specification for a list of codes.

Parameters

HBufC8 * aUserCommentthe user comment value.

SetXResolution(TInt, TInt)

IMPORT_C TIntSetXResolution(TIntaNumerator,
TIntaDenominator
)

Sets the main image xResolution tag value of the metadata.

Parameters

TInt aNumeratorthe main image xResolution value numerator
TInt aDenominatorthe main image xResolution value denominator

SetYCbCrPositioning(TInt)

IMPORT_C TIntSetYCbCrPositioning(TIntaPositioning)

Sets the yCbCrPositioning tag value of the metadata.

Note: aPositioning may only take unsigned short (16-bit) values.

Parameters

TInt aPositioningthe yCbCrPositioning value

SetYResolution(TInt, TInt)

IMPORT_C TIntSetYResolution(TIntaNumerator,
TIntaDenominator
)

Sets the main image yResolution tag value of the metadata.

Parameters

TInt aNumeratorthe main image yResolution value numerator
TInt aDenominatorthe main image yResolution value denominator

Member Data Documentation

MExifMetadataWriter * iExifWrite

MExifMetadataWriter *iExifWrite[private]