summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/streamer.h b/streamer.h
index 77076206..e3a35127 100644
--- a/streamer.h
+++ b/streamer.h
@@ -41,7 +41,10 @@ streamer_unlock (void);
// pstate indicates what to do with playback
// -1 means "don't do anything"
// -2 means "end of playlist"
-// otherwise "set state to this value"
+// 0 stop
+// 1 switch to current (gui) playlist, play if not playing
+// 2 pause
+// 3 play if not playing, don't switch playlist
void
streamer_set_nextsong (int song, int pstate);