summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer/AudioClient.ipc
blob: 0a6d139467d4f46fdee82a10568443b269bb6377 (plain)
1
2
3
4
5
6
7
8
9
#include <LibCore/AnonymousBuffer.h>

endpoint AudioClient
{
    finished_playing_buffer(i32 buffer_id) =|
    main_mix_muted_state_changed(bool muted) =|
    main_mix_volume_changed(double volume) =|
    client_volume_changed(double volume) =|
}