| java.lang.Object | |
| ↳ | android.provider.MediaStore.Audio.Genres |
Contains all genres for audio files
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
MediaStore.Audio.Genres.Members | Sub-directory of each genre containing all members. | |||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CONTENT_TYPE | The MIME type for this table. | |||||||||
| String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
| String | ENTRY_CONTENT_TYPE | The MIME type for entries in this table. | |||||||||
|
[Expand]
Inherited Constants
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
|
|||||||||||
From interface
android.provider.MediaStore.Audio.GenresColumns
|
|||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
EXTERNAL_CONTENT_URI | The content:// style URI for the "primary" external storage volume. | |||||||||
|
|
INTERNAL_CONTENT_URI | The content:// style URI for the internal storage. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Get the content:// style URI for the audio genres table on the
given volume.
|
||||||||||
|
|
Get the content:// style URI for querying the genres of an audio file.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
The MIME type for this table.
The default sort order for this table
The MIME type for entries in this table.
The content:// style URI for the "primary" external storage volume.
The content:// style URI for the internal storage.
Get the content:// style URI for the audio genres table on the given volume.
| volumeName | the name of the volume to get the URI for |
|---|
Get the content:// style URI for querying the genres of an audio file.
| volumeName | the name of the volume to get the URI for |
|---|---|
| audioId | the ID of the audio file for which to retrieve the genres |