CubebStream: implement SetRunning

This commit is contained in:
Michael M 2017-10-21 12:49:34 -07:00
commit ad4a89d64b
2 changed files with 16 additions and 4 deletions

View file

@ -17,6 +17,7 @@ class CubebStream final : public SoundStream
public:
bool Start() override;
void Stop() override;
void SetRunning(bool running) override;
void SetVolume(int) override;
private: