android.provider
Interface MediaStore.Audio.AlbumColumns

All Known Implementing Classes:
MediaStore.Audio.Albums, MediaStore.Audio.Artists.Albums
Enclosing class:
MediaStore.Audio

public static interface MediaStore.Audio.AlbumColumns


Field Summary
static String ALBUM
           
static String ALBUM_ART
           
static String ALBUM_ID
           
static String ALBUM_KEY
           
static String ARTIST
           
static String FIRST_YEAR
           
static String LAST_YEAR
           
static String NUMBER_OF_SONGS
           
static String NUMBER_OF_SONGS_FOR_ARTIST
           
 

Field Detail

ALBUM_ID

static final String ALBUM_ID
See Also:
Constant Field Values

ALBUM

static final String ALBUM
See Also:
Constant Field Values

ARTIST

static final String ARTIST
See Also:
Constant Field Values

NUMBER_OF_SONGS

static final String NUMBER_OF_SONGS
See Also:
Constant Field Values

NUMBER_OF_SONGS_FOR_ARTIST

static final String NUMBER_OF_SONGS_FOR_ARTIST
See Also:
Constant Field Values

FIRST_YEAR

static final String FIRST_YEAR
See Also:
Constant Field Values

LAST_YEAR

static final String LAST_YEAR
See Also:
Constant Field Values

ALBUM_KEY

static final String ALBUM_KEY
See Also:
Constant Field Values

ALBUM_ART

static final String ALBUM_ART
See Also:
Constant Field Values


Copyright © 2008-2010. All Rights Reserved.