| java.lang.Object | |
| ↳ | android.provider.MediaStore.Audio.Playlists.Members |
Sub-directory of each playlist containing all members.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | AUDIO_ID | The ID of the audio file Type: INTEGER (long) |
|||||||||
| String | CONTENT_DIRECTORY | A subdirectory of each playlist containing all member audio files. | |||||||||
| String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
| String | PLAYLIST_ID | The ID of the playlist Type: INTEGER (long) |
|||||||||
| String | PLAY_ORDER | The order of the songs in the playlist Type: INTEGER (long)> |
|||||||||
| String | _ID | The ID within the playlist. | |||||||||
| [Expand]
Inherited Constants
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface android.provider.BaseColumns
|
|||||||||||
From interface android.provider.MediaStore.Audio.AudioColumns
|
|||||||||||
From interface android.provider.MediaStore.MediaColumns
|
|||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||||||
|
|
|
Convenience method to move a playlist item to a new location
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
The ID of the audio file
Type: INTEGER (long)
A subdirectory of each playlist containing all member audio files.
The default sort order for this table
The ID of the playlist
Type: INTEGER (long)
The order of the songs in the playlist
Type: INTEGER (long)>
The ID within the playlist.
Convenience method to move a playlist item to a new location
| res | The content resolver to use |
|---|---|
| playlistId | The numeric id of the playlist |
| from | The position of the item to move |
| to | The position to move the item to |