mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 23:29:21 +02:00
Add "mute" to stream API
This commit is contained in:
parent
60dc1aa48a
commit
9e3c0fdf55
12 changed files with 47 additions and 10 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
void setShuffle(bool shuffle, ResultHandler handler) override;
|
||||
void setLoopStatus(LoopStatus status, ResultHandler handler) override;
|
||||
void setVolume(uint16_t volume, ResultHandler handler) override;
|
||||
void setMute(bool mute, ResultHandler handler) override;
|
||||
void setRate(float rate, ResultHandler handler) override;
|
||||
|
||||
// Control commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue