public static final class MediaStore.Audio.Playlists
extends Object
implements BaseColumns, MediaStore.Audio.PlaylistsColumns
java.lang.Object | |
↳ | android.provider.MediaStore.Audio.Playlists |
包含音频文件的播放列表
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
|
String CONTENT_TYPE
此表的MIME类型。
常量值:“vnd.android.cursor.dir / playlist”
String ENTRY_CONTENT_TYPE
此表中条目的MIME类型。
常量值:“vnd.android.cursor.item / playlist”
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 |