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

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