public static interface MediaStore.Audio.AudioColumns extends MediaStore.MediaColumns
Modifier and Type | Field and Description |
---|---|
static String |
ALBUM
The album the audio file is from, if any
Type: TEXT
|
static String |
ALBUM_ARTIST
The artist credited for the album that contains the audio file
Type: TEXT
|
static String |
ALBUM_ID
The id of the album the audio file is from, if any
Type: INTEGER (long)
|
static String |
ALBUM_KEY
A non human readable key calculated from the ALBUM, used for
searching, sorting and grouping
Type: TEXT
|
static String |
ARTIST
The artist who created the audio file, if any
Type: TEXT
|
static String |
ARTIST_ID
The id of the artist who created the audio file, if any
Type: INTEGER (long)
|
static String |
ARTIST_KEY
A non human readable key calculated from the ARTIST, used for
searching, sorting and grouping
Type: TEXT
|
static String |
BOOKMARK
The position, in ms, playback was at when playback for this file
was last stopped.
|
static String |
COMPILATION
Whether the song is part of a compilation
Type: TEXT
|
static String |
COMPOSER
The composer of the audio file, if any
Type: TEXT
|
static String |
DURATION
The duration of the audio file, in ms
Type: INTEGER (long)
|
static String |
GENRE
The genre of the audio file, if any
Type: TEXT
Does not exist in the database - only used by the media scanner for inserts.
|
static String |
IS_ALARM
Non-zero if the audio file may be an alarm
Type: INTEGER (boolean)
|
static String |
IS_MUSIC
Non-zero if the audio file is music
Type: INTEGER (boolean)
|
static String |
IS_NOTIFICATION
Non-zero if the audio file may be a notification sound
Type: INTEGER (boolean)
|
static String |
IS_PODCAST
Non-zero if the audio file is a podcast
Type: INTEGER (boolean)
|
static String |
IS_RINGTONE
Non-zero if the audio file may be a ringtone
Type: INTEGER (boolean)
|
static String |
TITLE_KEY
A non human readable key calculated from the TITLE, used for
searching, sorting and grouping
Type: TEXT
|
static String |
TRACK
The track number of this song on the album, if any.
|
static String |
YEAR
The year the audio file was recorded, if any
Type: INTEGER
|
DATA, DATE_ADDED, DATE_MODIFIED, DISPLAY_NAME, HEIGHT, IS_DRM, MEDIA_SCANNER_NEW_OBJECT_ID, MIME_TYPE, SIZE, TITLE, WIDTH
_COUNT, _ID
static final String TITLE_KEY
Type: TEXT
static final String DURATION
Type: INTEGER (long)
static final String BOOKMARK
Type: INTEGER (long)
static final String ARTIST_ID
Type: INTEGER (long)
static final String ARTIST
Type: TEXT
static final String ALBUM_ARTIST
Type: TEXT
static final String COMPILATION
Type: TEXT
static final String ARTIST_KEY
Type: TEXT
static final String COMPOSER
Type: TEXT
static final String ALBUM_ID
Type: INTEGER (long)
static final String ALBUM
Type: TEXT
static final String ALBUM_KEY
Type: TEXT
static final String TRACK
Type: INTEGER
static final String YEAR
Type: INTEGER
static final String IS_MUSIC
Type: INTEGER (boolean)
static final String IS_PODCAST
Type: INTEGER (boolean)
static final String IS_RINGTONE
Type: INTEGER (boolean)
static final String IS_ALARM
Type: INTEGER (boolean)
static final String IS_NOTIFICATION
Type: INTEGER (boolean)
static final String GENRE
Type: TEXT
Does not exist in the database - only used by the media scanner for inserts.