1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:17:35 +00:00

AudioServer: Broadcast muted state changes to all clients

This commit is contained in:
Andreas Kling 2019-11-23 17:21:12 +01:00
parent 00ab9488ad
commit 84cb91de38
6 changed files with 37 additions and 1 deletions

View file

@ -1,4 +1,5 @@
endpoint AudioClient = 82
{
FinishedPlayingBuffer(i32 buffer_id) =|
MutedStateChanged(bool muted) =|
}