mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Note: While ClientAudioStream has had a volume property, it is only now used in the mixer.
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
#include <LibCore/AnonymousBuffer.h>
|
|
|
|
endpoint AudioClient
|
|
{
|
|
finished_playing_buffer(i32 buffer_id) =|
|
|
muted_state_changed(bool muted) =|
|
|
main_mix_volume_changed(double volume) =|
|
|
client_volume_changed(double volume) =|
|
|
}
|