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