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
|
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
|
Inherited constants |
---|
Public constructors | |
---|---|
Members()
|
Public methods | |
---|---|
static
Uri
|
getContentUri(String volumeName, long genreId)
|
Inherited methods | |
---|---|
Constants
AUDIO_ID
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
public static final String CONTENT_DIRECTORY
A subdirectory of each genre containing all member audio files.
Constant Value: "members"
DEFAULT_SORT_ORDER
public static final String DEFAULT_SORT_ORDER
The default sort order for this table
Constant Value: "title_key"
GENRE_ID
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
Public methods
getContentUri
public static Uri getContentUri (String volumeName, long genreId)
Parameters | |
---|---|
volumeName |
String |
genreId |
long |
Returns | |
---|---|
Uri |