CubebStream: implement SetRunning

This commit is contained in:
Michael M
2017-10-21 12:49:34 -07:00
parent 28f9034536
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: