Android
android.provider
public static interface

android.provider.MediaStore.Audio.ArtistColumns

android.provider.MediaStore.Audio.ArtistColumns

Columns representing an artist

Known Indirect Subclasses

Summary

Constants

      Value  
String  ARTIST  The artist who created the audio file, if any

Type: TEXT

 
"artist" 
String  ARTIST_KEY  A non human readable key calculated from the ARTIST, used for searching, sorting and grouping

Type: TEXT

 
"artist_key" 
String  NUMBER_OF_ALBUMS  The number of albums in the database for this artist   "number_of_albums" 
String  NUMBER_OF_TRACKS  The number of albums in the database for this artist   "number_of_tracks" 

Details

Constants

public static final String ARTIST

The artist who created the audio file, if any

Type: TEXT

Constant Value: "artist"

public static final String ARTIST_KEY

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

Type: TEXT

Constant Value: "artist_key"

public static final String NUMBER_OF_ALBUMS

The number of albums in the database for this artist
Constant Value: "number_of_albums"

public static final String NUMBER_OF_TRACKS

The number of albums in the database for this artist
Constant Value: "number_of_tracks"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56