# Print output for @column tags ?>
public
static
interface
MediaStore.Images.ImageColumns
implements
MediaStore.MediaColumns
android.provider.MediaStore.Images.ImageColumns |
Image metadata columns.
Constants | |
---|---|
String |
DESCRIPTION
Indexed value of |
String |
EXPOSURE_TIME
Indexed value of |
String |
F_NUMBER
Indexed value of |
String |
ISO
Indexed value of |
String |
IS_PRIVATE
Whether the video should be published as public or private
|
String |
LATITUDE
This constant is deprecated.
location details are no longer indexed for privacy
reasons, and this value is now always |
String |
LONGITUDE
This constant is deprecated.
location details are no longer indexed for privacy
reasons, and this value is now always |
String |
MINI_THUMB_MAGIC
This constant is deprecated.
all thumbnails should be obtained via
|
String |
PICASA_ID
This constant is deprecated. this value was only relevant for images hosted on Picasa, which are no longer supported. |
String |
SCENE_CAPTURE_TYPE
Indexed value of |
Inherited constants |
---|
public static final String DESCRIPTION
Indexed value of ExifInterface#TAG_IMAGE_DESCRIPTION
extracted from this media item.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
, and are read-only and cannot be mutated.
Constant Value: "description"
public static final String EXPOSURE_TIME
Indexed value of ExifInterface#TAG_EXPOSURE_TIME
extracted from this media item.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
, and are read-only and cannot be mutated.
Constant Value: "exposure_time"
public static final String F_NUMBER
Indexed value of ExifInterface#TAG_F_NUMBER
extracted from this media item.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
, and are read-only and cannot be mutated.
Constant Value: "f_number"
public static final String ISO
Indexed value of ExifInterface#TAG_ISO_SPEED_RATINGS
extracted from this media item.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
Constant Value: "iso"
public static final String IS_PRIVATE
Whether the video should be published as public or private
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
.
Constant Value: "isprivate"
public static final String LATITUDE
This constant is deprecated.
location details are no longer indexed for privacy
reasons, and this value is now always null
.
You can still manually obtain location metadata using
ExifInterface#getLatLong(float[])
.
The latitude where the image was captured.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_FLOAT
, and are read-only and cannot be mutated.
Constant Value: "latitude"
public static final String LONGITUDE
This constant is deprecated.
location details are no longer indexed for privacy
reasons, and this value is now always null
.
You can still manually obtain location metadata using
ExifInterface#getLatLong(float[])
.
The longitude where the image was captured.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_FLOAT
, and are read-only and cannot be mutated.
Constant Value: "longitude"
public static final String MINI_THUMB_MAGIC
This constant is deprecated.
all thumbnails should be obtained via
MediaStore.Images.Thumbnails#getThumbnail
, as this
value is no longer supported.
The mini thumb id.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
.
Constant Value: "mini_thumb_magic"
public static final String PICASA_ID
This constant is deprecated.
this value was only relevant for images hosted on
Picasa, which are no longer supported.
The picasa id of the image
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
.
Constant Value: "picasa_id"
public static final String SCENE_CAPTURE_TYPE
Indexed value of ExifInterface#TAG_SCENE_CAPTURE_TYPE
extracted from this media item.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
Constant Value: "scene_capture_type"