added setVolume

This commit is contained in:
badaix 2015-08-31 23:36:56 +02:00
parent ccc84fb916
commit fbd83d3b3e
2 changed files with 26 additions and 0 deletions

View file

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