Android
android.provider
public static interface

android.provider.MediaStore.Audio.AlbumColumns

android.provider.MediaStore.Audio.AlbumColumns

Columns representing an album

Known Indirect Subclasses

Summary

Constants

      Value  
String  ALBUM  The album on which the audio file appears, if any

Type: TEXT

 
"album" 
String  ALBUM_ART  Cached album art.  "album_art" 
String  ALBUM_ID  The id for the album

Type: INTEGER

 
"album_id" 
String  ALBUM_KEY  A non human readable key calculated from the ALBUM, used for searching, sorting and grouping

Type: TEXT

 
"album_key" 
String  ARTIST  The artist whose songs appear on this album

Type: TEXT

 
"artist" 
String  FIRST_YEAR  The year in which the earliest and latest songs on this album were released.  "minyear" 
String  LAST_YEAR    "maxyear" 
String  NUMBER_OF_SONGS  The number of songs on this album

Type: INTEGER

 
"numsongs" 

Details

Constants

public static final String ALBUM

The album on which the audio file appears, if any

Type: TEXT

Constant Value: "album"

public static final String ALBUM_ART

Cached album art.

Type: TEXT

Constant Value: "album_art"

public static final String ALBUM_ID

The id for the album

Type: INTEGER

Constant Value: "album_id"

public static final String ALBUM_KEY

A non human readable key calculated from the ALBUM, used for searching, sorting and grouping

Type: TEXT

Constant Value: "album_key"

public static final String ARTIST

The artist whose songs appear on this album

Type: TEXT

Constant Value: "artist"

public static final String FIRST_YEAR

The year in which the earliest and latest songs on this album were released. These will often be the same, but for compilation albums they might differ.

Type: INTEGER

Constant Value: "minyear"

public static final String LAST_YEAR

Constant Value: "maxyear"

public static final String NUMBER_OF_SONGS

The number of songs on this album

Type: INTEGER

Constant Value: "numsongs"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48