Android: Add audio volume setting

This commit is contained in:
JosJuice 2019-11-24 21:34:50 +01:00
commit cf8208ace9
6 changed files with 25 additions and 6 deletions

View file

@ -16,6 +16,7 @@ public:
~OpenSLESStream() override;
bool Init() override;
bool SetRunning(bool running) override { return running; }
void SetVolume(int volume) override;
static bool isValid() { return true; }
private: