Add "mute" to stream API

This commit is contained in:
badaix 2022-07-13 17:35:49 +02:00
parent 60dc1aa48a
commit 9e3c0fdf55
12 changed files with 47 additions and 10 deletions

View file

@ -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