Package | Description |
---|---|
org.intellimate.izou.sdk.frameworks.music.player |
Modifier and Type | Method and Description |
---|---|
static PlaybackMode |
PlaybackMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaybackMode[] |
PlaybackMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PlaybackMode> |
Playlist.getPlaybackModes()
retruns the active PlaybackModes
|
Constructor and Description |
---|
Playlist(List<TrackInfo> queue,
String name,
List<PlaybackMode> playbackModes,
int position) |
Playlist(List<TrackInfo> queue,
String name,
List<PlaybackMode> playbackModes,
int position,
String data) |
Copyright © 2016. All rights reserved.