1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:58:11 +00:00
serenity/Servers/AudioServer/AudioClient.ipc

5 lines
111 B
Text

endpoint AudioClient = 82
{
FinishedPlayingBuffer(i32 buffer_id) =|
MutedStateChanged(bool muted) =|
}