Most visited

Recently visited

Added in API level 1

MediaStore.Images.ImageColumns

public static interface MediaStore.Images.ImageColumns
implements MediaStore.MediaColumns

android.provider.MediaStore.Images.ImageColumns
Known Indirect Subclasses


Summary

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

Constants

BUCKET_DISPLAY_NAME

Added in API level 1
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"

BUCKET_ID

Added in API level 1
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"

DATE_TAKEN

Added in API level 1
String DATE_TAKEN

The date & time that the image was taken in units of milliseconds since jan 1, 1970.

Type: INTEGER

Constant Value: "datetaken"

DESCRIPTION

Added in API level 1
String DESCRIPTION

The description of the image

Type: TEXT

Constant Value: "description"

IS_PRIVATE

Added in API level 1
String IS_PRIVATE

Whether the video should be published as public or private

Type: INTEGER

Constant Value: "isprivate"

LATITUDE

Added in API level 1
String LATITUDE

The latitude where the image was captured.

Type: DOUBLE

Constant Value: "latitude"

LONGITUDE

Added in API level 1
String LONGITUDE

The longitude where the image was captured.

Type: DOUBLE

Constant Value: "longitude"

MINI_THUMB_MAGIC

Added in API level 1
String MINI_THUMB_MAGIC

The mini thumb id.

Type: INTEGER

Constant Value: "mini_thumb_magic"

ORIENTATION

Added in API level 1
String ORIENTATION

The orientation for the image expressed as degrees. Only degrees 0, 90, 180, 270 will work.

Type: INTEGER

Constant Value: "orientation"

PICASA_ID

Added in API level 1
String PICASA_ID

The picasa id of the image

Type: TEXT

Constant Value: "picasa_id"

Hooray!