Most visited

Recently visited

Added in API level 1

MediaStore.Audio.Playlists

public static final class MediaStore.Audio.Playlists
extends Object implements BaseColumns, MediaStore.Audio.PlaylistsColumns

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


包含音频文件的播放列表

Summary

Nested classes

class MediaStore.Audio.Playlists.Members

包含所有成员的每个播放列表的子目录。

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

Fields

public static final Uri EXTERNAL_CONTENT_URI

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

public static final Uri INTERNAL_CONTENT_URI

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

Public constructors

MediaStore.Audio.Playlists()

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

DEFAULT_SORT_ORDER

Added in API level 1
String DEFAULT_SORT_ORDER

此表的默认排序顺序

常量值:“名称”

ENTRY_CONTENT_TYPE

Added in API level 1
String ENTRY_CONTENT_TYPE

此表中条目的MIME类型。

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

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

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

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

Hooray!