mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
AudioServer: Added ability to get count of samples in the buffer queue
Now the AClientConnection can get the count of samples still in the buffer queue.
This commit is contained in:
parent
8bb919d1cc
commit
406aabff23
7 changed files with 28 additions and 0 deletions
|
@ -9,4 +9,6 @@ endpoint AudioServer
|
|||
|
||||
// Buffer playback
|
||||
EnqueueBuffer(i32 buffer_id, int sample_count) => (bool success)
|
||||
|
||||
GetRemainingSamples() => (int remaining_samples)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue