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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convenience method to move a playlist item to a new location
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 |