mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
AudioServer: Give the AudioClient a way to keep track of the main mix volume
This commit is contained in:
parent
e634fe6072
commit
60a7187db2
7 changed files with 24 additions and 1 deletions
|
@ -118,7 +118,7 @@ public:
|
|||
NonnullRefPtr<BufferQueue> create_queue(ClientConnection&);
|
||||
|
||||
int main_volume() const { return m_main_volume; }
|
||||
void set_main_volume(int volume) { m_main_volume = volume; }
|
||||
void set_main_volume(int volume);
|
||||
|
||||
bool is_muted() const { return m_muted; }
|
||||
void set_muted(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue