Wwise SDK 2018.1.11
AkSyncCaller
版本
Wwise SDK 2018.1.11
|
AK::SoundEngine::AkSyncCaller类 参考
Public 成员函数 | |
AKRESULT | Init () |
Initialize. 更多... |
|
AKRESULT | Wait (AKRESULT in_eResult) |
Wait until the async function calls its callback. 更多... |
|
void | Done () |
Call this from callback to release blocked thread. 更多... |
|
Public 属性 | |
AKRESULT | m_eResult |
Operation result 更多... |
|
详细描述
AkSyncLoader: Init to create a sync event, call the asynchronous method, passing it the address of this object as the cookie, then call Wait.
在文件 AkSyncCaller.h 第 44 行定义.
该类的文档由以下文件生成:
- include/AK/Tools/Common/AkSyncCaller.h