public
static
interface
MediaStore.Files.FileColumns
implements
MediaStore.MediaColumns
android.provider.MediaStore.Files.FileColumns |
Fields for master table for all media files. Table also contains MediaColumns._ID, DATA, SIZE and DATE_MODIFIED.
Constants | |
---|---|
String |
MEDIA_TYPE
The media type (audio, video, image or playlist) of the file, or 0 for not a media file Type: TEXT |
int |
MEDIA_TYPE_AUDIO
Constant for the |
int |
MEDIA_TYPE_IMAGE
Constant for the |
int |
MEDIA_TYPE_NONE
Constant for the |
int |
MEDIA_TYPE_PLAYLIST
Constant for the |
int |
MEDIA_TYPE_VIDEO
Constant for the |
String |
MIME_TYPE
The MIME type of the file Type: TEXT |
String |
PARENT
The index of the parent directory of the file Type: INTEGER |
String |
TITLE
The title of the content Type: TEXT |
Inherited constants |
---|
From
interface
android.provider.MediaStore.MediaColumns
|
From
interface
android.provider.BaseColumns
|
String MEDIA_TYPE
The media type (audio, video, image or playlist) of the file, or 0 for not a media file
Type: TEXT
Constant Value: "media_type"
int MEDIA_TYPE_AUDIO
Constant for the MEDIA_TYPE
column indicating that file is an audio file.
Constant Value: 2 (0x00000002)
int MEDIA_TYPE_IMAGE
Constant for the MEDIA_TYPE
column indicating that file is an image file.
Constant Value: 1 (0x00000001)
int MEDIA_TYPE_NONE
Constant for the MEDIA_TYPE
column indicating that file
is not an audio, image, video or playlist file.
Constant Value: 0 (0x00000000)
int MEDIA_TYPE_PLAYLIST
Constant for the MEDIA_TYPE
column indicating that file is a playlist file.
Constant Value: 4 (0x00000004)
int MEDIA_TYPE_VIDEO
Constant for the MEDIA_TYPE
column indicating that file is a video file.
Constant Value: 3 (0x00000003)
String MIME_TYPE
The MIME type of the file
Type: TEXT
Constant Value: "mime_type"
String PARENT
The index of the parent directory of the file
Type: INTEGER
Constant Value: "parent"
String TITLE
The title of the content
Type: TEXT
Constant Value: "title"