MediaStore.Audio.Genres.Members

public static final class MediaStore.Audio.Genres.Members
extends Object implements MediaStore.Audio.AudioColumns

java.lang.Object
   ↳ android.provider.MediaStore.Audio.Genres.Members


Sub-directory of each genre containing all members.

Summary

Constants

String AUDIO_ID

The ID of the audio file
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

String CONTENT_DIRECTORY

A subdirectory of each genre containing all member audio files.

String DEFAULT_SORT_ORDER

The default sort order for this table

String GENRE_ID

The ID of the genre
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

Inherited constants

Public constructors

Members()

Public methods

static Uri getContentUri(String volumeName, long genreId)

Inherited methods

Constants

AUDIO_ID

Added in API level 1
public static final String AUDIO_ID

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

Constant Value: "audio_id"

CONTENT_DIRECTORY

Added in API level 1
public static final String CONTENT_DIRECTORY

A subdirectory of each genre containing all member audio files.

Constant Value: "members"

DEFAULT_SORT_ORDER

Added in API level 1
public static final String DEFAULT_SORT_ORDER

The default sort order for this table

Constant Value: "title_key"

GENRE_ID

Added in API level 1
public static final String GENRE_ID

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

Constant Value: "genre_id"

Public constructors

Members

Added in API level 1
public Members ()

Public methods

getContentUri

Added in API level 1
public static Uri getContentUri (String volumeName, 
                long genreId)

Parameters
volumeName String

genreId long

Returns
Uri