mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 20:01:44 +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
|
@ -166,6 +166,8 @@ public:
|
|||
std::optional<bool> shuffle;
|
||||
/// The volume level between 0-100
|
||||
std::optional<int> volume;
|
||||
/// The current mute state
|
||||
std::optional<bool> mute;
|
||||
/// The current track position in seconds
|
||||
std::optional<float> position;
|
||||
/// The minimum value which the Rate property can take. Clients should not attempt to set the Rate property below this value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue