mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
The 'muted' methods referred to the 'main mix muted' but it wasn't really clear from the name. This change will be useful because in the next commit, a 'self muted' state will be added to each audio client connection.
This commit is contained in:
parent
60fa8ac109
commit
c78a8b94c5
9 changed files with 22 additions and 22 deletions
|
@ -3,8 +3,8 @@
|
|||
endpoint AudioServer
|
||||
{
|
||||
// Mixer functions
|
||||
set_muted(bool muted) => ()
|
||||
get_muted() => (bool muted)
|
||||
set_main_mix_muted(bool muted) => ()
|
||||
is_main_mix_muted() => (bool muted)
|
||||
get_main_mix_volume() => (double volume)
|
||||
set_main_mix_volume(double volume) => ()
|
||||
get_self_volume() => (double volume)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue