Wwise SDK 2022.1.17
|
◆ AK_SCHEDULER_DEFERRED_LINED_UP
Requests to Low-Level IO are asynchronous, but posted one after the other, starting with streams that need data the most. The streaming device expects a deferred I/O hook at creation time (IAkIOHookDeferredBatch interface, see CreateDevice()). Up to AkDeviceSettings::uMaxConcurrentIO requests can be sent to the Low-Level I/O at the same time. 在文件 AkStreamMgrModule.h 第 85 行定义. |