Wwise SDK 2025.1.0
|
◆ AK_CommandBuffer_Submit()
Submit the commands contained in a buffer. They will be executed asynchronously on the next audio render. This function blocks until the buffer is submitted, but not until its commands are processed. Commands are always processed asynchronously. Use the AkCommand_Callback command (AkCmd_Callback) to receive a callback at a specific point during command buffer processing.
|