public
static
interface
MediaStore.Images.ImageColumns
implements
MediaStore.MediaColumns
android.provider.MediaStore.Images.ImageColumns |
Known Indirect Subclasses |
Constants | |
---|---|
String |
BUCKET_DISPLAY_NAME
The bucket display name of the image. |
String |
BUCKET_ID
The bucket id of the image. |
String |
DATE_TAKEN
The date & time that the image was taken in units of milliseconds since jan 1, 1970. |
String |
DESCRIPTION
The description of the image Type: TEXT |
String |
IS_PRIVATE
Whether the video should be published as public or private Type: INTEGER |
String |
LATITUDE
The latitude where the image was captured. |
String |
LONGITUDE
The longitude where the image was captured. |
String |
MINI_THUMB_MAGIC
The mini thumb id. |
String |
ORIENTATION
The orientation for the image expressed as degrees. |
String |
PICASA_ID
The picasa id of the image Type: TEXT |
Inherited constants |
---|
From
interface
android.provider.MediaStore.MediaColumns
|
From
interface
android.provider.BaseColumns
|
String BUCKET_DISPLAY_NAME
The bucket display name of the image. This is a read-only property that is automatically computed from the DATA column.
Type: TEXT
Constant Value: "bucket_display_name"
String BUCKET_ID
The bucket id of the image. This is a read-only property that is automatically computed from the DATA column.
Type: TEXT
Constant Value: "bucket_id"
String DATE_TAKEN
The date & time that the image was taken in units of milliseconds since jan 1, 1970.
Type: INTEGER
Constant Value: "datetaken"
String DESCRIPTION
The description of the image
Type: TEXT
Constant Value: "description"
String IS_PRIVATE
Whether the video should be published as public or private
Type: INTEGER
Constant Value: "isprivate"
String LATITUDE
The latitude where the image was captured.
Type: DOUBLE
Constant Value: "latitude"
String LONGITUDE
The longitude where the image was captured.
Type: DOUBLE
Constant Value: "longitude"
String MINI_THUMB_MAGIC
The mini thumb id.
Type: INTEGER
Constant Value: "mini_thumb_magic"
String ORIENTATION
The orientation for the image expressed as degrees. Only degrees 0, 90, 180, 270 will work.
Type: INTEGER
Constant Value: "orientation"
String PICASA_ID
The picasa id of the image
Type: TEXT
Constant Value: "picasa_id"