Added in API level 1

Members

class Members : MediaStore.Audio.AudioColumns
kotlin.Any
   ↳ android.provider.MediaStore.Audio.Genres.Members

Sub-directory of each genre containing all members.

Summary

Constants
static String

The ID of the audio file
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.

static String

A subdirectory of each genre containing all member audio files.

static String

The default sort order for this table

static String

The ID of the genre
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.

Inherited constants
Public constructors

Public methods
static Uri!
getContentUri(volumeName: String!, genreId: Long)

Constants

AUDIO_ID

Added in API level 1
static val AUDIO_ID: String

The ID of the audio file
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 .

Value: "audio_id"

CONTENT_DIRECTORY

Added in API level 1
static val CONTENT_DIRECTORY: String

A subdirectory of each genre containing all member audio files.

Value: "members"

DEFAULT_SORT_ORDER

Added in API level 1
static val DEFAULT_SORT_ORDER: String

The default sort order for this table

Value: "title_key"

GENRE_ID

Added in API level 1
static val GENRE_ID: String

The ID of the genre
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 .

Value: "genre_id"

Public constructors

Members

Added in API level 1
Members()

Public methods

getContentUri

Added in API level 1
static fun getContentUri(
    volumeName: String!,
    genreId: Long
): Uri!