목차
AK::SoundEngine::AkSyncCaller Class Reference
Public Member Functions | |
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 Attributes | |
AKRESULT | m_eResult |
Operation result. |
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 23 of file AkSyncCaller.h.
The documentation for this class was generated from the following file:
- include/AK/Tools/Common/AkSyncCaller.h