summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer/AudioClient.ipc
blob: 92195413ad5c50631a887cd3e76a7779bc334c12 (plain)
1
2
3
4
5
6
7
8
9
#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) =|
}