Android
android.provider
public static interface

android.provider.MediaStore.Images.ImageColumns

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

Summary

Constants

      Value  
String  BUCKET_DISPLAY_NAME  The bucket display name of the image

Type: TEXT

 
"bucket_display_name" 
String  BUCKET_ID  The bucket id of the image

Type: TEXT

 
"bucket_id" 
String  DATE_TAKEN  The date & time that the image was taken in units of milliseconds since jan 1, 1970.  "datetaken" 
String  DESCRIPTION  The description of the image

Type: TEXT

 
"description" 
String  IS_PRIVATE  Whether the video should be published as public or private

Type: INTEGER

 
"isprivate" 
String  LATITUDE  The latitude where the image was captured.  "latitude" 
String  LONGITUDE  The longitude where the image was captured.  "longitude" 
String  MINI_THUMB_MAGIC  The mini thumb id.  "mini_thumb_magic" 
String  ORIENTATION  The orientation for the image expressed as degrees.  "orientation" 
String  PICASA_ID  The picasa id of the image

Type: TEXT

 
"picasa_id" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.MediaStore.MediaColumns

Details

Constants

public static final String BUCKET_DISPLAY_NAME

The bucket display name of the image

Type: TEXT

Constant Value: "bucket_display_name"

public static final String BUCKET_ID

The bucket id of the image

Type: TEXT

Constant Value: "bucket_id"

public static final String DATE_TAKEN

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

The description of the image

Type: TEXT

Constant Value: "description"

public static final String IS_PRIVATE

Whether the video should be published as public or private

Type: INTEGER

Constant Value: "isprivate"

public static final String LATITUDE

The latitude where the image was captured.

Type: DOUBLE

Constant Value: "latitude"

public static final String LONGITUDE

The longitude where the image was captured.

Type: DOUBLE

Constant Value: "longitude"

public static final String MINI_THUMB_MAGIC

The mini thumb id.

Type: INTEGER

Constant Value: "mini_thumb_magic"

public static final String ORIENTATION

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

The picasa id of the image

Type: TEXT

Constant Value: "picasa_id"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56