도전2022
안드로이드 MediaStore.Images.ImageColumns 본문
http://developer.android.com/intl/ko/reference/android/provider/MediaStore.Images.ImageColumns.html
MediaStore.Images.ImageColumns
implements MediaStore.MediaColumnsandroid.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
The bucket display name of the image. This is a read-only property that is automatically computed from the DATA column.
Type: TEXT
public static final 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
public static final String DATE_TAKEN
The date & time that the image was taken in units of milliseconds since jan 1, 1970.
Type: INTEGER
public static final String DESCRIPTION
The description of the image
Type: TEXT
public static final String IS_PRIVATE
Whether the video should be published as public or private
Type: INTEGER
public static final String LATITUDE
The latitude where the image was captured.
Type: DOUBLE
public static final String LONGITUDE
The longitude where the image was captured.
Type: DOUBLE
public static final String MINI_THUMB_MAGIC
The mini thumb id.
Type: INTEGER
public static final String ORIENTATION
The orientation for the image expressed as degrees. Only degrees 0, 90, 180, 270 will work.
Type: INTEGER
public static final String PICASA_ID
The picasa id of the image
Type: TEXT
'소스코드' 카테고리의 다른 글
안드로이드, 이미지 확대, 축소 (0) | 2012.08.11 |
---|---|
안드로이드, Hello, Android (3rd edition) 소스코드 (0) | 2012.08.11 |
emailalbum Package pictures in a single file for easy emailing and viewing. (0) | 2012.08.11 |
안드로이드 sdcard 이미지 관련 (0) | 2012.08.10 |
안드로이드 리스트 관련 (0) | 2012.08.10 |