|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MediaStore.Audio.AudioColumns
Columns for audio file that show up in multiple tables.
| Field Summary | |
|---|---|
static String |
ALBUM
The album the audio file is from, if any |
static String |
ALBUM_ART
A URI to the album art, if any |
static String |
ALBUM_ID
The id of the album the audio file is from, if any |
static String |
ALBUM_KEY
A non human readable key calculated from the ALBUM, used for searching, sorting and grouping |
static String |
ARTIST
The artist who created the audio file, if any |
static String |
ARTIST_ID
The id of the artist who created the audio file, if any |
static String |
ARTIST_KEY
A non human readable key calculated from the ARTIST, used for searching, sorting and grouping |
static String |
COMPOSER
The composer of the audio file, if any |
static String |
DURATION
The duration of the audio file, in ms |
static String |
IS_ALARM
Non-zero id the audio file may be an alarm |
static String |
IS_MUSIC
Non-zero if the audio file is music |
static String |
IS_NOTIFICATION
Non-zero id the audio file may be a notification sound |
static String |
IS_RINGTONE
Non-zero id the audio file may be a ringtone |
static String |
TITLE_KEY
A non human readable key calculated from the TITLE, used for searching, sorting and grouping |
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 |
| Fields inherited from interface android.provider.MediaStore.MediaColumns |
|---|
DATA, DATE_ADDED, DATE_MODIFIED, DISPLAY_NAME, MIME_TYPE, SIZE, TITLE |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Field Detail |
|---|
static final String TITLE_KEY
Type: TEXT
static final String DURATION
Type: INTEGER (long)
static final String ARTIST_ID
Type: INTEGER (long)
static final String ARTIST
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 ALBUM_ART
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_RINGTONE
Type: INTEGER (boolean)
static final String IS_ALARM
Type: INTEGER (boolean)
static final String IS_NOTIFICATION
Type: INTEGER (boolean)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||