mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-17 00:47:01 +00:00
Add ability to unregister audio callback
This commit is contained in:
@@ -69,6 +69,7 @@ public:
|
||||
std::unique_ptr<IAudioSubmix> allocateNewSubmix(bool mainOut, IAudioSubmixCallback* cb, int busId);
|
||||
|
||||
void register5MsCallback(std::function<void(double dt)>&& callback);
|
||||
void unregister5MsCallback();
|
||||
|
||||
void setVolume(float vol);
|
||||
const AudioVoiceEngineMixInfo& mixInfo() const;
|
||||
|
||||
Reference in New Issue
Block a user