mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 02:57:49 +00:00
Signal buffer event on audio in/out system stop, and force remove all registered audio buffers
This commit is contained in:
parent
016590e25d
commit
501ea58598
5 changed files with 26 additions and 7 deletions
|
@ -90,6 +90,11 @@ public:
|
|||
*/
|
||||
void Stop();
|
||||
|
||||
/**
|
||||
* Clear out the underlying audio buffers in the backend stream.
|
||||
*/
|
||||
void ClearBuffers();
|
||||
|
||||
/**
|
||||
* Set this device session's volume.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue