Added in API level 1

ArtistColumns


interface ArtistColumns
android.provider.MediaStore.Audio.ArtistColumns

Audio artist metadata columns.

Summary

Constants
static String

The artist who created the audio file, if any.

static String

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

static String

The number of albums in the database for this artist.

static String

The number of albums in the database for this artist.

Constants

ARTIST

Added in API level 1
static val ARTIST: String

The artist who created the audio file, if any.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.

Value: "artist"

ARTIST_KEY

Added in API level 1
Deprecated in API level 30
static val ARTIST_KEY: String

Deprecated: These keys are generated using java.util.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 android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.

Value: "artist_key"

NUMBER_OF_ALBUMS

Added in API level 1
static val NUMBER_OF_ALBUMS: String

The number of albums in the database for this artist.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.

Value: "number_of_albums"

NUMBER_OF_TRACKS

Added in API level 1
static val NUMBER_OF_TRACKS: String

The number of albums in the database for this artist.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.

Value: "number_of_tracks"