# Print output for @column tags ?>
public
static
interface
MediaStore.Audio.ArtistColumns
| android.provider.MediaStore.Audio.ArtistColumns |
Audio artist metadata columns.
Constants | |
|---|---|
String |
ARTIST
The artist who created the audio file, if any
|
String |
ARTIST_KEY
This constant is deprecated.
These keys are generated using
|
String |
NUMBER_OF_ALBUMS
The number of albums in the database for this artist
|
String |
NUMBER_OF_TRACKS
The number of albums in the database for this artist
|
public static final String ARTIST
The artist who created the audio file, if any
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.
Constant Value: "artist"
public static final String ARTIST_KEY
This constant is deprecated.
These keys are generated using
Locale.ROOT, which means they don't
reflect locale-specific sorting preferences. To apply
locale-specific sorting preferences, use
ContentResolver#QUERY_ARG_SQL_SORT_ORDER with
COLLATE LOCALIZED, or
ContentResolver#QUERY_ARG_SORT_LOCALE.
A non human readable key calculated from the ARTIST, used for
searching, sorting and grouping
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.
See also:
Constant Value: "artist_key"
public static final String NUMBER_OF_ALBUMS
The number of albums in the database for this artist
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Constant Value: "number_of_albums"
public static final String NUMBER_OF_TRACKS
The number of albums in the database for this artist
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Constant Value: "number_of_tracks"