public static interface MediaStore.Files.FileColumns extends MediaStore.MediaColumns
Modifier and Type | Field and Description |
---|---|
static String |
FORMAT
The MTP format code of the file
|
static String |
MEDIA_TYPE
The media type (audio, video, image or playlist)
of the file, or 0 for not a media file
|
static int |
MEDIA_TYPE_AUDIO
Constant for the
MEDIA_TYPE column indicating that file is an audio file. |
static int |
MEDIA_TYPE_IMAGE
Constant for the
MEDIA_TYPE column indicating that file is an image file. |
static int |
MEDIA_TYPE_NONE
Constant for the
MEDIA_TYPE column indicating that file
is not an audio, image, video or playlist file. |
static int |
MEDIA_TYPE_PLAYLIST
Constant for the
MEDIA_TYPE column indicating that file is a playlist file. |
static int |
MEDIA_TYPE_VIDEO
Constant for the
MEDIA_TYPE column indicating that file is a video file. |
static String |
MIME_TYPE
The MIME type of the file
|
static String |
PARENT
The index of the parent directory of the file
|
static String |
STORAGE_ID
The MTP storage ID of the file
|
static String |
TITLE
The title of the content
|
DATA, DATE_ADDED, DATE_MODIFIED, DISPLAY_NAME, HEIGHT, IS_DRM, MEDIA_SCANNER_NEW_OBJECT_ID, SIZE, WIDTH
_COUNT, _ID
static final String STORAGE_ID
Type: INTEGER
static final String FORMAT
Type: INTEGER
static final String PARENT
Type: INTEGER
static final String MIME_TYPE
Type: TEXT
static final String TITLE
Type: TEXT
static final String MEDIA_TYPE
Type: TEXT
static final int MEDIA_TYPE_NONE
MEDIA_TYPE
column indicating that file
is not an audio, image, video or playlist file.static final int MEDIA_TYPE_IMAGE
MEDIA_TYPE
column indicating that file is an image file.static final int MEDIA_TYPE_AUDIO
MEDIA_TYPE
column indicating that file is an audio file.static final int MEDIA_TYPE_VIDEO
MEDIA_TYPE
column indicating that file is a video file.static final int MEDIA_TYPE_PLAYLIST
MEDIA_TYPE
column indicating that file is a playlist file.