public static final class MediaStore.Audio.Artists
extends Object
implements BaseColumns, MediaStore.Audio.ArtistColumns
java.lang.Object | |
↳ | android.provider.MediaStore.Audio.Artists |
包含音频文件的艺术家
Nested classes |
|
---|---|
class |
MediaStore.Audio.Artists.Albums 每位艺术家的子目录包含艺术家的歌曲出现在其上的所有专辑。 |
Constants |
|
---|---|
String |
CONTENT_TYPE 此表的MIME类型。 |
String |
DEFAULT_SORT_ORDER 此表的默认排序顺序 |
String |
ENTRY_CONTENT_TYPE 此表中条目的MIME类型。 |
Inherited constants |
---|
From interface android.provider.BaseColumns
|
From interface android.provider.MediaStore.Audio.ArtistColumns
|
Fields |
|
---|---|
public static final Uri |
EXTERNAL_CONTENT_URI 内容://“主”外部存储卷的样式URI。 |
public static final Uri |
INTERNAL_CONTENT_URI 内容://内部存储的样式URI。 |
Public constructors |
|
---|---|
MediaStore.Audio.Artists() |
Public methods |
|
---|---|
static Uri |
getContentUri(String volumeName) 获取给定卷上艺术家表格的content:// style URI。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
String CONTENT_TYPE
此表的MIME类型。
常量值:“vnd.android.cursor.dir / artists”
String ENTRY_CONTENT_TYPE
此表中条目的MIME类型。
常数值:“vnd.android.cursor.item / artist”
Uri getContentUri (String volumeName)
获取给定卷上艺术家表格的content:// style URI。
Parameters | |
---|---|
volumeName |
String : the name of the volume to get the URI for |
Returns | |
---|---|
Uri |
the URI to the audio artists table on the given volume |