1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 10:37:34 +00:00
serenity/Userland/Services/AudioServer/AudioClient.ipc
Gunnar Beutner 9e22e9ce88 Userland: Use snake case names in .ipc files
This updates all .ipc files to have snake case names for IPC methods.
2021-05-03 21:14:40 +02:00

6 lines
153 B
Text

endpoint AudioClient
{
finished_playing_buffer(i32 buffer_id) =|
muted_state_changed(bool muted) =|
main_mix_volume_changed(i32 volume) =|
}