Most visited

Recently visited

Added in API level 1

MediaStore.Audio.Artists

public static final class MediaStore.Audio.Artists
extends Object implements BaseColumns, MediaStore.Audio.ArtistColumns

java.lang.Object
   ↳ android.provider.MediaStore.Audio.Artists


包含音频文件的艺术家

Summary

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

Constants

CONTENT_TYPE

Added in API level 1
String CONTENT_TYPE

此表的MIME类型。

常量值:“vnd.android.cursor.dir / artists”

DEFAULT_SORT_ORDER

Added in API level 1
String DEFAULT_SORT_ORDER

此表的默认排序顺序

常量值:“artist_key”

ENTRY_CONTENT_TYPE

Added in API level 1
String ENTRY_CONTENT_TYPE

此表中条目的MIME类型。

常数值:“vnd.android.cursor.item / artist”

Fields

EXTERNAL_CONTENT_URI

Added in API level 1
Uri EXTERNAL_CONTENT_URI

内容://“主”外部存储卷的样式URI。

INTERNAL_CONTENT_URI

Added in API level 1
Uri INTERNAL_CONTENT_URI

内容://内部存储的样式URI。

Public constructors

MediaStore.Audio.Artists

Added in API level 1
MediaStore.Audio.Artists ()

Public methods

getContentUri

Added in API level 1
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

Hooray!