Android: Implement OpenSLESStream::SetRunning

This commit is contained in:
JosJuice
2024-06-04 19:32:04 +02:00
parent 2b386cdcdc
commit a3c23353c0
2 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class OpenSLESStream final : public SoundStream
public:
~OpenSLESStream() override;
bool Init() override;
bool SetRunning(bool running) override { return true; }
bool SetRunning(bool running) override;
void SetVolume(int volume) override;
static bool IsValid() { return true; }