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.
Constants | |
---|---|
String |
AUDIO_ID
The ID of the audio file Type: INTEGER (long) |
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 Type: INTEGER (long) |
Inherited constants |
---|
From
interface
android.provider.MediaStore.Audio.AudioColumns
|
From
interface
android.provider.MediaStore.MediaColumns
|
From
interface
android.provider.BaseColumns
|
Public constructors | |
---|---|
MediaStore.Audio.Genres.Members()
|
Public methods | |
---|---|
static
final
Uri
|
getContentUri(String volumeName, long genreId)
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
String AUDIO_ID
The ID of the audio file
Type: INTEGER (long)
Constant Value: "audio_id"
String CONTENT_DIRECTORY
A subdirectory of each genre containing all member audio files.
Constant Value: "members"
String DEFAULT_SORT_ORDER
The default sort order for this table
Constant Value: "title_key"
String GENRE_ID
The ID of the genre
Type: INTEGER (long)
Constant Value: "genre_id"
Uri getContentUri (String volumeName, long genreId)
Parameters | |
---|---|
volumeName |
String
|
genreId |
long
|
Returns | |
---|---|
Uri |