Most visited

Recently visited

Added in API level 1

MediaStore.Audio.Albums

public static final class MediaStore.Audio.Albums
extends Object implements BaseColumns, MediaStore.Audio.AlbumColumns

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


包含音频文件的艺术家

Summary

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.AlbumColumns

Fields

public static final Uri EXTERNAL_CONTENT_URI

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

public static final Uri INTERNAL_CONTENT_URI

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

Public constructors

MediaStore.Audio.Albums()

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 / albums”

DEFAULT_SORT_ORDER

Added in API level 1
String DEFAULT_SORT_ORDER

此表的默认排序顺序

常量值:“album_key”

ENTRY_CONTENT_TYPE

Added in API level 1
String ENTRY_CONTENT_TYPE

此表中条目的MIME类型。

常量值:“vnd.android.cursor.item / album”

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.Albums

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

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 albums table on the given volume

Hooray!