public static interface MediaStore.Audio.AlbumColumns
Modifier and Type | Field and Description |
---|---|
static String |
ALBUM
The album on which the audio file appears, if any
Type: TEXT
|
static String |
ALBUM_ART
Cached album art.
|
static String |
ALBUM_ID
The id for the album
Type: INTEGER
|
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 whose songs appear on this album
Type: TEXT
|
static String |
FIRST_YEAR
The year in which the earliest songs
on this album were released.
|
static String |
LAST_YEAR
The year in which the latest songs
on this album were released.
|
static String |
NUMBER_OF_SONGS
The number of songs on this album
Type: INTEGER
|
static String |
NUMBER_OF_SONGS_FOR_ARTIST
This column is available when getting album info via artist,
and indicates the number of songs on the album by the given
artist.
|
static final String ALBUM_ID
Type: INTEGER
static final String ALBUM
Type: TEXT
static final String ARTIST
Type: TEXT
static final String NUMBER_OF_SONGS
Type: INTEGER
static final String NUMBER_OF_SONGS_FOR_ARTIST
Type: INTEGER
static final String FIRST_YEAR
LAST_YEAR
, but for compilation albums
they might differ.
Type: INTEGER
static final String LAST_YEAR
FIRST_YEAR
, but for compilation albums
they might differ.
Type: INTEGER
static final String ALBUM_KEY
Type: TEXT
static final String ALBUM_ART
Type: TEXT