도전2022

안드로이드 MediaStore.Images.ImageColumns 본문

소스코드

안드로이드 MediaStore.Images.ImageColumns

hotdigi 2012. 8. 11. 07:39

http://developer.android.com/intl/ko/reference/android/provider/MediaStore.Images.ImageColumns.html




public static interface

MediaStore.Images.ImageColumns

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

Summary


Constants
StringBUCKET_DISPLAY_NAMEThe bucket display name of the image.
StringBUCKET_IDThe bucket id of the image.
StringDATE_TAKENThe date & time that the image was taken in units of milliseconds since jan 1, 1970.
StringDESCRIPTIONThe description of the image

Type: TEXT

StringIS_PRIVATEWhether the video should be published as public or private

Type: INTEGER

StringLATITUDEThe latitude where the image was captured.
StringLONGITUDEThe longitude where the image was captured.
StringMINI_THUMB_MAGICThe mini thumb id.
StringORIENTATIONThe orientation for the image expressed as degrees.
StringPICASA_IDThe 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

Since: 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

Since: 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

Since: 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

Since: API Level 1

The description of the image

Type: TEXT

Constant Value: "description"

public static final String IS_PRIVATE

Since: API Level 1

Whether the video should be published as public or private

Type: INTEGER

Constant Value: "isprivate"

public static final String LATITUDE

Since: API Level 1

The latitude where the image was captured.

Type: DOUBLE

Constant Value: "latitude"

public static final String LONGITUDE

Since: API Level 1

The longitude where the image was captured.

Type: DOUBLE

Constant Value: "longitude"

public static final String MINI_THUMB_MAGIC

Since: API Level 1

The mini thumb id.

Type: INTEGER

Constant Value: "mini_thumb_magic"

public static final String ORIENTATION

Since: 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

Since: API Level 1

The picasa id of the image

Type: TEXT

Constant Value: "picasa_id"