MediaStore.PickerMediaColumns
public
static
class
MediaStore.PickerMediaColumns
extends Object
java.lang.Object | |
↳ | android.provider.MediaStore.PickerMediaColumns |
Photo picker metadata columns.
See also:
Summary
Constants | |
---|---|
String |
DATA
This is identical to |
String |
DATE_TAKEN
This is identical to |
String |
DISPLAY_NAME
This is identical to |
String |
DURATION_MILLIS
This is identical to |
String |
HEIGHT
This is identical to |
String |
MIME_TYPE
This is identical to |
String |
ORIENTATION
This is identical to |
String |
SIZE
This is identical to |
String |
WIDTH
This is identical to |
Inherited methods | |
---|---|
Constants
DATA
public static final String DATA
This is identical to MediaColumns#DATA
, however, apps should not assume that the
file is always available because the file may be backed by a CloudMediaProvider
fetching content over a network. Therefore, apps must be prepared to handle any
additional file-based I/O errors that could occur as a result of network errors.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
, and are read-only and cannot be mutated.
See also:
Constant Value: "_data"
DATE_TAKEN
public static final String DATE_TAKEN
This is identical to MediaColumns#DATE_TAKEN
.
Value is a non-negative timestamp measured as the number of
milliseconds since 1970-01-01T00:00:00Z.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
See also:
Constant Value: "datetaken"
DISPLAY_NAME
public static final String DISPLAY_NAME
This is identical to MediaColumns#DISPLAY_NAME
.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
, and are read-only and cannot be mutated.
See also:
Constant Value: "_display_name"
DURATION_MILLIS
public static final String DURATION_MILLIS
This is identical to MediaColumns#DURATION
.
Value is a non-negative duration in milliseconds.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
See also:
Constant Value: "duration"
HEIGHT
public static final String HEIGHT
This is identical to MediaColumns#HEIGHT
.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
See also:
Constant Value: "height"
MIME_TYPE
public static final String MIME_TYPE
This is identical to MediaColumns#MIME_TYPE
.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_STRING
, and are read-only and cannot be mutated.
See also:
Constant Value: "mime_type"
ORIENTATION
public static final String ORIENTATION
This is identical to MediaColumns#ORIENTATION
.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
See also:
Constant Value: "orientation"
SIZE
public static final String SIZE
This is identical to MediaColumns#SIZE
.
Value is a non-negative number of bytes.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
See also:
Constant Value: "_size"
WIDTH
public static final String WIDTH
This is identical to MediaColumns#WIDTH
.
This constant represents a column name that can be used with a ContentProvider
through a ContentValues
or Cursor
object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER
, and are read-only and cannot be mutated.
See also:
Constant Value: "width"