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" |
MediaStore.Audio.Playlists.Members() |
final | static | Uri | getContentUri(String volumeName, long playlistId) |
Type: INTEGER (long)
Type: INTEGER (long)
Type: INTEGER (long)>
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |