| java.lang.Object | ||
| android.provider.MediaStore.Audio.Playlists.Members | MediaStore.Audio.AudioColumns | |
Sub-directory of each playlist containing all members.
| Value | ||||
|---|---|---|---|---|
| String | AUDIO_ID | The ID of the audio file
Type: INTEGER (long) |
"audio_id" | |
| String | CONTENT_DIRECTORY | A subdirectory of each playlist containing all member audio files. | "members" | |
| String | DEFAULT_SORT_ORDER | The default sort order for this table | "play_order" | |
| String | PLAYLIST_ID | The ID of the playlist
Type: INTEGER (long) |
"playlist_id" | |
| String | PLAY_ORDER | The order of the songs in the playlist
Type: INTEGER (long)> |
"play_order" | |
| String | _ID | The ID within the playlist. | "_id" | |
Constants inherited
from interface
android.provider.BaseColumns
Constants inherited
from interface
android.provider.MediaStore.Audio.AudioColumns
Constants inherited
from interface
android.provider.MediaStore.MediaColumns
| MediaStore.Audio.Playlists.Members() |
| final | static | Uri | getContentUri(String volumeName, long playlistId) |
Methods inherited
from class
java.lang.Object
Type: INTEGER (long)
Type: INTEGER (long)
Type: INTEGER (long)>
| Copyright 2007 Google Inc. | Build 110632-110632 - 22 Sep 2008 13:34 |