Wwise SDK 2021.1.8
AkSyncCaller
Version
Wwise SDK 2021.1.8
|
AK::SoundEngine::AkSyncCaller Class Reference
#include <AkSyncCaller.h>
Public Member Functions | |
AKRESULT | Init () |
Initialize. More... |
|
AKRESULT | Wait (AKRESULT in_eResult) |
Wait until the async function calls its callback. More... |
|
void | Done () |
Call this from callback to release blocked thread. More... |
|
Public Attributes | |
AKRESULT | m_eResult |
Operation result. More... |
|
Detailed Description
AkSyncLoader: Init to create a sync event, call the asynchronous method, passing it the address of this object as the cookie, then call Wait.
Definition at line 44 of file AkSyncCaller.h.