Switch to unified view
a/src/mpdcli.hxx | b/src/mpdcli.hxx | ||
---|---|---|---|
... |
... |
||
88 | bool setVolume(int ivol, bool isMute = false); |
88 | bool setVolume(int ivol, bool isMute = false); |
89 | int getVolume(); |
89 | int getVolume(); |
90 | bool togglePause(); |
90 | bool togglePause(); |
91 | bool pause(bool onoff); |
91 | bool pause(bool onoff); |
92 | bool play(int pos = -1); |
92 | bool play(int pos = -1); |
93 | bool playId(int pos = -1);
|
93 | bool playId(int id = -1);
|
94 | bool stop(); |
94 | bool stop(); |
95 | bool next(); |
95 | bool next(); |
96 | bool previous(); |
96 | bool previous(); |
97 | bool repeat(bool on); |
97 | bool repeat(bool on); |
98 | bool random(bool on); |
98 | bool random(bool on); |