Android.Media.ExifInterface Members

The members of Android.Media.ExifInterface are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Reads Exif tags from the specified JPEG file.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
TagAperturestring. Type is String.
const
TagDatetimestring. Type is String.
const
TagExposureTimestring. Type is String.
const
TagFlashstring. Type is int.
const
TagFocalLengthstring. Type is rational.
const
TagGpsAltitudestring. The altitude (in meters) based on the reference in TAG_GPS_ALTITUDE_REF.
const
TagGpsAltitudeRefstring. 0 if the altitude is above sea level. 1 if the altitude is below sea level.
const
TagGpsDatestampstring. Type is String.
const
TagGpsLatitudestring. String.
const
TagGpsLatitudeRefstring. Type is String.
const
TagGpsLongitudestring. String.
const
TagGpsLongitudeRefstring. Type is String.
const
TagGpsProcessingMethodstring. Type is String.
const
TagGpsTimestampstring. Type is String.
const
TagImageLengthstring. Type is int.
const
TagImageWidthstring. Type is int.
const
TagIsostring. Type is String.
const
TagMakestring. Type is String.
const
TagModelstring. Type is String.
const
TagOrientationstring. Type is int.
const
TagWhiteBalancestring. Type is int.

Public Properties

[read-only]
HasThumbnailbool. Returns true if the JPEG file has a thumbnail.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetAltitude(double) : double
Return the altitude in meters.
GetAttribute(string) : string
Returns the value of the specified tag or null if there is no such tag in the JPEG file.
GetAttributeDouble(string, double) : double
Returns the double value of the specified rational tag.
GetAttributeInt(string, int) : int
Returns the integer value of the specified tag.
GetLatLong(float[]) : bool
Stores the latitude and longitude value in a float array.
GetThumbnail() : byte[]
Returns the thumbnail inside the JPEG file, or null if there is no thumbnail.
SaveAttributes()
Save the tag data into the JPEG file.
SetAttribute(string, string)
Set the value of the specified tag.