public static interface MediaStore.Images.ImageColumns extends MediaStore.MediaColumns
Modifier and Type | Field and Description |
---|---|
static String |
BUCKET_DISPLAY_NAME
The bucket display name of the image.
|
static String |
BUCKET_ID
The bucket id of the image.
|
static String |
DATE_TAKEN
The date & time that the image was taken in units
of milliseconds since jan 1, 1970.
|
static String |
DESCRIPTION
The description of the image
|
static String |
IS_PRIVATE
Whether the video should be published as public or private
|
static String |
LATITUDE
The latitude where the image was captured.
|
static String |
LONGITUDE
The longitude where the image was captured.
|
static String |
MINI_THUMB_MAGIC
The mini thumb id.
|
static String |
ORIENTATION
The orientation for the image expressed as degrees.
|
static String |
PICASA_ID
The picasa id of the image
|
DATA, DATE_ADDED, DATE_MODIFIED, DISPLAY_NAME, HEIGHT, IS_DRM, MEDIA_SCANNER_NEW_OBJECT_ID, MIME_TYPE, SIZE, TITLE, WIDTH
_COUNT, _ID
static final String DESCRIPTION
Type: TEXT
static final String PICASA_ID
Type: TEXT
static final String IS_PRIVATE
Type: INTEGER
static final String LATITUDE
Type: DOUBLE
static final String LONGITUDE
Type: DOUBLE
static final String DATE_TAKEN
Type: INTEGER
static final String ORIENTATION
Type: INTEGER
static final String MINI_THUMB_MAGIC
Type: INTEGER
static final String BUCKET_ID
Type: TEXT
static final String BUCKET_DISPLAY_NAME
Type: TEXT