android.provider.MediaStore.Audio.AlbumColumns |
Known Indirect Subclasses |
Columns representing an album
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ALBUM | The album on which the audio file appears, if any
Type: TEXT |
|||||||||
String | ALBUM_ART | Cached album art. | |||||||||
String | ALBUM_ID | The id for the album
Type: INTEGER |
|||||||||
String | ALBUM_KEY | A non human readable key calculated from the ALBUM, used for
searching, sorting and grouping
Type: TEXT |
|||||||||
String | ARTIST | The artist whose songs appear on this album
Type: TEXT |
|||||||||
String | FIRST_YEAR | The year in which the earliest songs on this album were released. | |||||||||
String | LAST_YEAR | The year in which the latest songs on this album were released. | |||||||||
String | NUMBER_OF_SONGS | The number of songs on this album
Type: INTEGER |
|||||||||
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. |
The album on which the audio file appears, if any
Type: TEXT
Cached album art.
Type: TEXT
The id for the album
Type: INTEGER
A non human readable key calculated from the ALBUM, used for searching, sorting and grouping
Type: TEXT
The artist whose songs appear on this album
Type: TEXT
The year in which the earliest songs
on this album were released. This will often
be the same as LAST_YEAR
, but for compilation albums
they might differ.
Type: INTEGER
The year in which the latest songs
on this album were released. This will often
be the same as FIRST_YEAR
, but for compilation albums
they might differ.
Type: INTEGER
The number of songs on this album
Type: INTEGER
This column is available when getting album info via artist, and indicates the number of songs on the album by the given artist.
Type: INTEGER