android.provider
Interface MediaStore.Audio.AudioColumns
- All Superinterfaces:
- BaseColumns, MediaStore.MediaColumns
- All Known Implementing Classes:
- MediaStore.Audio.Genres.Members, MediaStore.Audio.Media, MediaStore.Audio.Playlists.Members
- Enclosing class:
- MediaStore.Audio
public static interface MediaStore.Audio.AudioColumns
- extends MediaStore.MediaColumns
TITLE_KEY
static final String TITLE_KEY
- See Also:
- Constant Field Values
DURATION
static final String DURATION
- See Also:
- Constant Field Values
BOOKMARK
static final String BOOKMARK
- See Also:
- Constant Field Values
ARTIST_ID
static final String ARTIST_ID
- See Also:
- Constant Field Values
ARTIST
static final String ARTIST
- See Also:
- Constant Field Values
ARTIST_KEY
static final String ARTIST_KEY
- See Also:
- Constant Field Values
COMPOSER
static final String COMPOSER
- See Also:
- Constant Field Values
ALBUM_ID
static final String ALBUM_ID
- See Also:
- Constant Field Values
ALBUM
static final String ALBUM
- See Also:
- Constant Field Values
ALBUM_KEY
static final String ALBUM_KEY
- See Also:
- Constant Field Values
TRACK
static final String TRACK
- See Also:
- Constant Field Values
YEAR
static final String YEAR
- See Also:
- Constant Field Values
IS_MUSIC
static final String IS_MUSIC
- See Also:
- Constant Field Values
IS_PODCAST
static final String IS_PODCAST
- See Also:
- Constant Field Values
IS_RINGTONE
static final String IS_RINGTONE
- See Also:
- Constant Field Values
IS_ALARM
static final String IS_ALARM
- See Also:
- Constant Field Values
IS_NOTIFICATION
static final String IS_NOTIFICATION
- See Also:
- Constant Field Values
Copyright © 2008-2012. All Rights Reserved.