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
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
static valARTIST_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
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
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"