to top
Android APIs
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

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.MediaStore.MediaColumns

Constants

public static final String BUCKET_DISPLAY_NAME

Added in API level 1

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"

public static final String BUCKET_ID

Added in API level 1

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"

public static final String DATE_TAKEN

Added in API level 1

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

Type: INTEGER

Constant Value: "datetaken"

public static final String DESCRIPTION

Added in API level 1

The description of the image

Type: TEXT

Constant Value: "description"

public static final String IS_PRIVATE

Added in API level 1

Whether the video should be published as public or private

Type: INTEGER

Constant Value: "isprivate"

public static final String LATITUDE

Added in API level 1

The latitude where the image was captured.

Type: DOUBLE

Constant Value: "latitude"

public static final String LONGITUDE

Added in API level 1

The longitude where the image was captured.

Type: DOUBLE

Constant Value: "longitude"

public static final String MINI_THUMB_MAGIC

Added in API level 1

The mini thumb id.

Type: INTEGER

Constant Value: "mini_thumb_magic"

public static final String ORIENTATION

Added in API level 1

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

Type: INTEGER

Constant Value: "orientation"

public static final String PICASA_ID

Added in API level 1

The picasa id of the image

Type: TEXT

Constant Value: "picasa_id"
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.