mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 15:49:56 +02:00
added setVolume
This commit is contained in:
parent
ccc84fb916
commit
fbd83d3b3e
2 changed files with 26 additions and 0 deletions
|
@ -33,6 +33,7 @@ class Player
|
|||
public:
|
||||
Player(const PcmDevice& pcmDevice, Stream* stream);
|
||||
virtual ~Player();
|
||||
void setVolume(double volume);
|
||||
void start();
|
||||
void stop();
|
||||
static std::vector<PcmDevice> pcm_list(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue