serenity/Userland/Services/AudioServer/AudioClient.ipc

7 lines
107 B
Text
Raw Normal View History

#include <LibCore/AnonymousBuffer.h>
endpoint AudioClient
{
client_volume_changed(double volume) =|
}