TExifWriterUtility Class Reference
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 TInt | SetColorSpace(TInt) |
IMPORT_C TInt | SetComponentsConfiguration(HBufC8 *) |
IMPORT_C TInt | SetCopyright(HBufC8 *) |
IMPORT_C TInt | SetDateTime(HBufC8 *) |
IMPORT_C TInt | SetDateTimeDigitized(HBufC8 *) |
IMPORT_C TInt | SetDateTimeOriginal(HBufC8 *) |
IMPORT_C TInt | SetExifVersion(HBufC8 *) |
IMPORT_C TInt | SetFlash(TUint16) |
IMPORT_C TInt | SetFlashPixVersion(HBufC8 *) |
IMPORT_C TInt | SetFocalLength(TInt, TInt) |
IMPORT_C TInt | SetGpsAltitude(TInt, TInt) |
IMPORT_C TInt | SetGpsAltitudeRef(TUint8) |
IMPORT_C TInt | SetGpsAreaInformation(HBufC8 *) |
IMPORT_C TInt | SetGpsDateStamp(HBufC8 *) |
IMPORT_C TInt | SetGpsDestBearing(TInt, TInt) |
IMPORT_C TInt | SetGpsDestBearingRef(HBufC8 *) |
IMPORT_C TInt | SetGpsDestDistance(TInt, TInt) |
IMPORT_C TInt | SetGpsDestDistanceRef(HBufC8 *) |
IMPORT_C TInt | SetGpsDestLatitude(TInt, TInt, TInt, TInt, TInt, TInt) |
IMPORT_C TInt | SetGpsDestLatitudeRef(HBufC8 *) |
IMPORT_C TInt | SetGpsDestLongitude(TInt, TInt, TInt, TInt, TInt, TInt) |
IMPORT_C TInt | SetGpsDestLongitudeRef(HBufC8 *) |
IMPORT_C TInt | SetGpsDifferential(TUint16) |
IMPORT_C TInt | SetGpsDop(TInt, TInt) |
IMPORT_C TInt | SetGpsImgDirection(TInt, TInt) |
IMPORT_C TInt | SetGpsImgDirectionRef(HBufC8 *) |
IMPORT_C TInt | SetGpsLatitude(TInt, TInt, TInt, TInt, TInt, TInt) |
IMPORT_C TInt | SetGpsLatitudeRef(HBufC8 *) |
IMPORT_C TInt | SetGpsLongitude(TInt, TInt, TInt, TInt, TInt, TInt) |
IMPORT_C TInt | SetGpsLongitudeRef(HBufC8 *) |
IMPORT_C TInt | SetGpsMapDatum(HBufC8 *) |
IMPORT_C TInt | SetGpsMeasureMode(HBufC8 *) |
IMPORT_C TInt | SetGpsProcessingMethod(HBufC8 *) |
IMPORT_C TInt | SetGpsSatellites(HBufC8 *) |
IMPORT_C TInt | SetGpsSpeed(TInt, TInt) |
IMPORT_C TInt | SetGpsSpeedRef(HBufC8 *) |
IMPORT_C TInt | SetGpsStatus(HBufC8 *) |
IMPORT_C TInt | SetGpsTimeStamp(TInt, TInt, TInt, TInt, TInt, TInt) |
IMPORT_C TInt | SetGpsTrack(TInt, TInt) |
IMPORT_C TInt | SetGpsTrackRef(HBufC8 *) |
IMPORT_C TInt | SetGpsVersionId(HBufC8 *) |
IMPORT_C TInt | SetImageDescription(HBufC8 *) |
IMPORT_C TInt | SetInteroperabilityIndex(HBufC8 *) |
IMPORT_C TInt | SetInteroperabilityVersion(HBufC8 *) |
IMPORT_C TInt | SetMake(HBufC8 *) |
IMPORT_C TInt | SetMakerNote(HBufC8 *) |
IMPORT_C TInt | SetModel(HBufC8 *) |
IMPORT_C TInt | SetOrientation(TInt) |
IMPORT_C TInt | SetPixelXDimension(TInt) |
IMPORT_C TInt | SetPixelYDimension(TInt) |
IMPORT_C TInt | SetResolutionUnit(TInt) |
IMPORT_C TInt | SetShutterSpeedValue(TInt, TInt) |
IMPORT_C TInt | SetThumbCompression(TInt) |
IMPORT_C TInt | SetThumbOrientation(TInt) |
IMPORT_C TInt | SetThumbResolutionUnit(TInt) |
IMPORT_C TInt | SetThumbXResolution(TInt, TInt) |
IMPORT_C TInt | SetThumbYResolution(TInt, TInt) |
IMPORT_C TInt | SetUserComment(HBufC8 *) |
IMPORT_C TInt | SetXResolution(TInt, TInt) |
IMPORT_C TInt | SetYCbCrPositioning(TInt) |
IMPORT_C TInt | SetYResolution(TInt, TInt) |
Constructor & Destructor Documentation
TExifWriterUtility(MExifMetadataWriter *)
Constructor
instantiates the exif writer utility. Note: no method on this utility should be used after the metadate has been destroyed
Member Functions Documentation
SetColorSpace(TInt)
IMPORT_C TInt | SetColorSpace | ( | TInt | aColorSpace | ) | |
Sets the colorSpace tag value of the metadata.
Note: aColorSpace may only take unsigned short (16-bit) values.
Parameters
TInt aColorSpace | the colorSpace value |
SetComponentsConfiguration(HBufC8 *)
IMPORT_C TInt | SetComponentsConfiguration | ( | HBufC8 * | aComponentsConfig | ) | |
Sets the componentsConfiguration tag value of the metadata.
Parameters
HBufC8 * aComponentsConfig | the componentsConfiguration value |
SetCopyright(HBufC8 *)
Sets the copyright tag value of the metadata.
Parameters
HBufC8 * aCopyright | the copyright value. |
SetDateTime(HBufC8 *)
Sets the dateTime tag value of the metadata.
Parameters
HBufC8 * aDateTime | the dateTime value |
SetDateTimeDigitized(HBufC8 *)
IMPORT_C TInt | SetDateTimeDigitized | ( | HBufC8 * | aDateTime | ) | |
Sets the dateTimeDigitized tag value of the metadata.
Parameters
HBufC8 * aDateTime | the dateTimeDigitized value |
SetDateTimeOriginal(HBufC8 *)
IMPORT_C TInt | SetDateTimeOriginal | ( | HBufC8 * | aDateTime | ) | |
Sets the dateTimeOriginal tag value of the metadata.
Parameters
HBufC8 * aDateTime | the dateTimeOriginal value |
SetExifVersion(HBufC8 *)
Sets the exifVersion tag value of the metadata.
Parameters
HBufC8 * aExifVersion | the exifVersion value |
SetFlash(TUint16)
Sets the flash tag value of the metadata.
SetFlashPixVersion(HBufC8 *)
IMPORT_C TInt | SetFlashPixVersion | ( | HBufC8 * | aFlashPixVer | ) | |
Sets the flashpixVersion tag value of the metadata.
Parameters
HBufC8 * aFlashPixVer | the flashpixVersion value |
SetFocalLength(TInt, TInt)
IMPORT_C TInt | SetFocalLength | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the focal length tag value of the metadata.
Parameters
TInt aNumerator | the focal length numerator value |
TInt aDenominator | the focal length denominator value |
SetGpsAltitude(TInt, TInt)
IMPORT_C TInt | SetGpsAltitude | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the gps altitude tag value of the metadata.
Parameters
TInt aNumerator | the altitude numerator value. |
TInt aDenominator | the altitude denominator value. |
SetGpsAltitudeRef(TUint8)
IMPORT_C TInt | SetGpsAltitudeRef | ( | TUint8 | aGpsAltitudeRef | ) | |
Sets the gps altitude reference tag value of the metadata.
Parameters
TUint8 aGpsAltitudeRef | the altitude reference value. |
SetGpsAreaInformation(HBufC8 *)
IMPORT_C TInt | SetGpsAreaInformation | ( | 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 * aGpsAreaInformation | the name of gps area value. |
SetGpsDateStamp(HBufC8 *)
Sets the gps date tag value of the metadata.
Parameters
HBufC8 * aDateStamp | the gps date value. |
SetGpsDestBearing(TInt, TInt)
IMPORT_C TInt | SetGpsDestBearing | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the gps bearing of destination tag value of the metadata.
Parameters
TInt aNumerator | the bearing of destination numerator value |
TInt aDenominator | the bearing of destination denominator value |
SetGpsDestBearingRef(HBufC8 *)
IMPORT_C TInt | SetGpsDestBearingRef | ( | HBufC8 * | aGpsDestBearingRef | ) | |
Sets the gps reference for bearing of destination tag value of the metadata.
Parameters
HBufC8 * aGpsDestBearingRef | the reference for bearing of destination value. |
SetGpsDestDistance(TInt, TInt)
IMPORT_C TInt | SetGpsDestDistance | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the gps distance to destination tag value of the metadata.
Parameters
TInt aNumerator | the distance to destination numerator value. |
TInt aDenominator | the distance to destination denominator value. |
SetGpsDestDistanceRef(HBufC8 *)
IMPORT_C TInt | SetGpsDestDistanceRef | ( | HBufC8 * | aGpsDestDistanceRef | ) | |
Sets the gps reference for distance to destination tag value of the metadata.
Parameters
HBufC8 * aGpsDestDistanceRef | the reference for distance to destination value. |
SetGpsDestLatitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TInt | SetGpsDestLatitude | ( | TInt | aDegNumerator, |
| TInt | aDegDenominator, |
| TInt | aMinNumerator, |
| TInt | aMinDenominator, |
| TInt | aSecNumerator, |
| TInt | aSecDenominator |
| ) | |
Sets the gps latitude of destination tag value of the metadata.
Parameters
TInt aDegNumerator | on return, the degrees latitude of destination numerator value |
TInt aDegDenominator | on return, the degrees latitude of destination denominator value |
TInt aMinNumerator | on return, the minutes latitude of destination numerator value |
TInt aMinDenominator | on return, the minutes latitude of destination denominator value |
TInt aSecNumerator | on return, the seconds latitude of destination numerator value |
TInt aSecDenominator | on return, the seconds latitude of destination denominator value |
SetGpsDestLatitudeRef(HBufC8 *)
IMPORT_C TInt | SetGpsDestLatitudeRef | ( | HBufC8 * | aGpsDestLatitudeRef | ) | |
Sets the gps reference for latitude of destination tag value of the metadata.
Parameters
HBufC8 * aGpsDestLatitudeRef | the reference for latitude of destination value. |
SetGpsDestLongitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TInt | SetGpsDestLongitude | ( | TInt | aDegNumerator, |
| TInt | aDegDenominator, |
| TInt | aMinNumerator, |
| TInt | aMinDenominator, |
| TInt | aSecNumerator, |
| TInt | aSecDenominator |
| ) | |
Sets the gps longitude of destination tag value of the metadata.
Parameters
TInt aDegNumerator | on return, the degrees longitude of destination numerator value |
TInt aDegDenominator | on return, the degrees longitude of destination denominator value |
TInt aMinNumerator | on return, the minutes longitude of destination numerator value |
TInt aMinDenominator | on return, the minutes longitude of destination denominator value |
TInt aSecNumerator | on return, the seconds longitude of destination numerator value |
TInt aSecDenominator | on return, the seconds longitude of destination denominator value |
SetGpsDestLongitudeRef(HBufC8 *)
IMPORT_C TInt | SetGpsDestLongitudeRef | ( | HBufC8 * | aGpsDestLongitudeRef | ) | |
Sets the gps reference for longitude of destination tag value of the metadata.
Parameters
HBufC8 * aGpsDestLongitudeRef | the reference for longitude of destination value. |
SetGpsDifferential(TUint16)
IMPORT_C TInt | SetGpsDifferential | ( | TUint16 | aGpsDifferential | ) | |
Sets the gps differential correction tag value of the metadata.
Parameters
TUint16 aGpsDifferential | the gps differential correction value. |
SetGpsDop(TInt, TInt)
Sets the gps measurement precision tag value of the metadata.
Parameters
TInt aNumerator | the measurement precision numerator value. |
TInt aDenominator | the measurement precision denominator value. |
SetGpsImgDirection(TInt, TInt)
IMPORT_C TInt | SetGpsImgDirection | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the direction of image tag value of the metadata.
Parameters
TInt aNumerator | the direction of image numerator value. |
TInt aDenominator | the direction of image denominator value. |
SetGpsImgDirectionRef(HBufC8 *)
IMPORT_C TInt | SetGpsImgDirectionRef | ( | HBufC8 * | aGpsImgDirectionRef | ) | |
Sets the gps reference for direction of image tag value of the metadata.
Parameters
HBufC8 * aGpsImgDirectionRef | the gps reference for direction of image value. |
SetGpsLatitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TInt | SetGpsLatitude | ( | TInt | aDegNumerator, |
| TInt | aDegDenominator, |
| TInt | aMinNumerator, |
| TInt | aMinDenominator, |
| TInt | aSecNumerator, |
| TInt | aSecDenominator |
| ) | |
Sets the gps latitude tag value of the metadata.
Parameters
TInt aDegNumerator | the degrees latitude numerator value. |
TInt aDegDenominator | the degrees latitude denominator value. |
TInt aMinNumerator | the minutes latitude numerator value. |
TInt aMinDenominator | the minutes latitude denominator value. |
TInt aSecNumerator | the seconds latitude numerator value. |
TInt aSecDenominator | the seconds latitude denominator value. |
SetGpsLatitudeRef(HBufC8 *)
IMPORT_C TInt | SetGpsLatitudeRef | ( | HBufC8 * | aGpsLatitudeRef | ) | |
Sets the gps north or south latitude tag value of the metadata.
Parameters
HBufC8 * aGpsLatitudeRef | the gps north or south latitude value. |
SetGpsLongitude(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TInt | SetGpsLongitude | ( | TInt | aDegNumerator, |
| TInt | aDegDenominator, |
| TInt | aMinNumerator, |
| TInt | aMinDenominator, |
| TInt | aSecNumerator, |
| TInt | aSecDenominator |
| ) | |
Sets the gps longitude tag value of the metadata.
Parameters
TInt aDegNumerator | the degrees longitude numerator value. |
TInt aDegDenominator | the degrees longitude denominator value. |
TInt aMinNumerator | the minutes longitude numerator value. |
TInt aMinDenominator | the minutes longitude denominator value. |
TInt aSecNumerator | the seconds longitude numerator value. |
TInt aSecDenominator | the seconds longitude denominator value. |
SetGpsLongitudeRef(HBufC8 *)
IMPORT_C TInt | SetGpsLongitudeRef | ( | HBufC8 * | aGpsLongitudeRef | ) | |
Sets the east or west longitude tag value of the metadata.
Parameters
HBufC8 * aGpsLongitudeRef | the east or west longitude value. |
SetGpsMapDatum(HBufC8 *)
Sets the gps geodetic survey data used tag value of the metadata.
Parameters
HBufC8 * aGpsMapDatum | the geodetic survey data used value. |
SetGpsMeasureMode(HBufC8 *)
IMPORT_C TInt | SetGpsMeasureMode | ( | HBufC8 * | aGpsMeasureMode | ) | |
Sets the gps measurement mode tag value of the metadata.
Parameters
HBufC8 * aGpsMeasureMode | the gps measurement mode value. |
SetGpsProcessingMethod(HBufC8 *)
IMPORT_C TInt | SetGpsProcessingMethod | ( | 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 * aGpsProcessingMethod | the name of gps processing method value. |
SetGpsSatellites(HBufC8 *)
IMPORT_C TInt | SetGpsSatellites | ( | HBufC8 * | aGpsSatellites | ) | |
Sets the gps satellites used for measurement tag value of the metadata.
Parameters
HBufC8 * aGpsSatellites | the gps satellites used for measurement value. |
SetGpsSpeed(TInt, TInt)
Sets the speed of gps receiver tag value of the metadata.
Parameters
TInt aNumerator | the speed of gps receiver numerator value. |
TInt aDenominator | the speed of gps receiver denominator value. |
SetGpsSpeedRef(HBufC8 *)
Sets the gps speed unit tag value of the metadata.
Parameters
HBufC8 * aGpsSpeedRef | the speed unit value. |
SetGpsStatus(HBufC8 *)
Sets the gps receiver status tag value of the metadata.
Parameters
HBufC8 * aGpsStatus | the gps receiver status value. |
SetGpsTimeStamp(TInt, TInt, TInt, TInt, TInt, TInt)
IMPORT_C TInt | SetGpsTimeStamp | ( | TInt | aHourNumerator, |
| TInt | aHourDenominator, |
| TInt | aMinNumerator, |
| TInt | aMinDenominator, |
| TInt | aSecNumerator, |
| TInt | aSecDenominator |
| ) | |
Sets the gps time tag value of the metadata.
Parameters
TInt aHourNumerator | the hour numerator value. |
TInt aHourDenominator | the hour denominator value. |
TInt aMinNumerator | the minutes numerator value. |
TInt aMinDenominator | the minutes denominator value. |
TInt aSecNumerator | the seconds numerator value. |
TInt aSecDenominator | the seconds denominator value. |
SetGpsTrack(TInt, TInt)
Sets the direction of movement tag value of the metadata.
Parameters
TInt aNumerator | the direction of movement numerator value. |
TInt aDenominator | the direction of movement denominator value. |
SetGpsTrackRef(HBufC8 *)
Sets the gps reference for direction of movement tag value of the metadata.
Parameters
HBufC8 * aGpsTrackRef | the gps reference for direction of movement value. |
SetGpsVersionId(HBufC8 *)
IMPORT_C TInt | SetGpsVersionId | ( | HBufC8 * | aGpsVersionId | ) | |
Sets the gps version id tag value of the metadata.
Parameters
HBufC8 * aGpsVersionId | the gps version id value. |
SetImageDescription(HBufC8 *)
IMPORT_C TInt | SetImageDescription | ( | HBufC8 * | aImageDescription | ) | |
Sets the image description tag value of the metadata.
Parameters
HBufC8 * aImageDescription | the image description value. |
SetInteroperabilityIndex(HBufC8 *)
IMPORT_C TInt | SetInteroperabilityIndex | ( | HBufC8 * | aIdx | ) | |
Sets the interoperabilityindex tag value of the metadata.
Parameters
HBufC8 * aIdx | the interoperabilityIndex value |
SetInteroperabilityVersion(HBufC8 *)
IMPORT_C TInt | SetInteroperabilityVersion | ( | HBufC8 * | aIdx | ) | |
Sets the interoperabilityVersion tag value of the metadata.
Parameters
HBufC8 * aIdx | the interoperabilityVersion value |
SetMake(HBufC8 *)
Sets the make tag value of the metadata.
SetMakerNote(HBufC8 *)
Sets the maker note tag value of the metadata.
Parameters
HBufC8 * aMakerNote | the maker note value. |
SetModel(HBufC8 *)
Sets the model tag value of the metadata.
Parameters
HBufC8 * aModel | the model value |
SetOrientation(TInt)
IMPORT_C TInt | SetOrientation | ( | TInt | aOrientation | ) | |
Sets the main image orientation tag value of the metadata.
Note: aOrientation may only take unsigned short (16-bit) values.
Parameters
TInt aOrientation | the main image orientation value |
SetPixelXDimension(TInt)
IMPORT_C TInt | SetPixelXDimension | ( | TInt | aPixelXDim | ) | |
Sets the pixelXDimension tag value of the metadata.
Parameters
TInt aPixelXDim | the pixelXDimension value |
SetPixelYDimension(TInt)
IMPORT_C TInt | SetPixelYDimension | ( | TInt | aPixelYDim | ) | |
Sets the pixelYDimension tag value of the metadata.
Parameters
TInt aPixelYDim | the pixelYDimension value |
SetResolutionUnit(TInt)
IMPORT_C TInt | SetResolutionUnit | ( | TInt | aResUnit | ) | |
Sets the main image resolutionUnit tag value of the metadata.
Note: aResUnit may only take unsigned short (16-bit) values.
Parameters
TInt aResUnit | the main image resolutionUnit value |
SetShutterSpeedValue(TInt, TInt)
IMPORT_C TInt | SetShutterSpeedValue | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
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 aNumerator | the shutter speed numerator value. |
TInt aDenominator | the shutter speed denominator value. |
SetThumbCompression(TInt)
IMPORT_C TInt | SetThumbCompression | ( | TInt | aCompression | ) | |
Sets the thumbnail compression tag value of the metadata.
Note: aCompression may only take unsigned short (16-bit) values.
Parameters
TInt aCompression | the thumbnail compression value |
SetThumbOrientation(TInt)
IMPORT_C TInt | SetThumbOrientation | ( | TInt | aOrientation | ) | |
Sets the thumbnail orientation tag value of the metadata.
Note: aOrientation may only take unsigned short (16-bit) values.
Parameters
TInt aOrientation | the thumbnail orientation value |
SetThumbResolutionUnit(TInt)
IMPORT_C TInt | SetThumbResolutionUnit | ( | TInt | aResUnit | ) | |
Sets the thumbnail resolutionUnit tag value of the metadata.
Note: aResUnit may only take unsigned short (16-bit) values.
Parameters
TInt aResUnit | the thumbnail resolutionUnit value |
SetThumbXResolution(TInt, TInt)
IMPORT_C TInt | SetThumbXResolution | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the thumbnail xResolution tag value of the metadata.
Parameters
TInt aNumerator | the thumbnail xResolution value numerator |
TInt aDenominator | the thumbnail xResolution value denominator |
SetThumbYResolution(TInt, TInt)
IMPORT_C TInt | SetThumbYResolution | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the thumbnail yResolution tag value of the metadata.
Parameters
TInt aNumerator | the thumbnail yResolution value numerator |
TInt aDenominator | the thumbnail yResolution value denominator |
SetUserComment(HBufC8 *)
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 * aUserComment | the user comment value. |
SetXResolution(TInt, TInt)
IMPORT_C TInt | SetXResolution | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the main image xResolution tag value of the metadata.
Parameters
TInt aNumerator | the main image xResolution value numerator |
TInt aDenominator | the main image xResolution value denominator |
SetYCbCrPositioning(TInt)
IMPORT_C TInt | SetYCbCrPositioning | ( | TInt | aPositioning | ) | |
Sets the yCbCrPositioning tag value of the metadata.
Note: aPositioning may only take unsigned short (16-bit) values.
Parameters
TInt aPositioning | the yCbCrPositioning value |
SetYResolution(TInt, TInt)
IMPORT_C TInt | SetYResolution | ( | TInt | aNumerator, |
| TInt | aDenominator |
| ) | |
Sets the main image yResolution tag value of the metadata.
Parameters
TInt aNumerator | the main image yResolution value numerator |
TInt aDenominator | the main image yResolution value denominator |
Member Data Documentation
MExifMetadataWriter * iExifWrite
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.