|
◆ UnloadBank() [3/4]
AKRESULT __cdecl AK::SoundEngine::UnloadBank |
( |
const char * |
in_pszString, |
|
|
const void * |
in_pInMemoryBankPtr, |
|
|
AkBankCallbackFunc |
in_pfnBankCallback, |
|
|
void * |
in_pCookie |
|
) |
|
|
Unloads a bank asynchronously.
Refer to 概説 for a discussion on using strings and IDs.
- 戻り値
- AK_Success if scheduling successful (use a callback to be notified when completed)
- 参照
-
- 引数
-
in_pszString |
Name of the bank to unload |
in_pInMemoryBankPtr |
Memory pointer from where the bank was initially loaded from. (REQUIRED to determine which bank associated to a memory pointer must be unloaded). Pass NULL only if NULL was passed when loading the bank. |
in_pfnBankCallback |
Callback function |
in_pCookie |
Callback cookie (reserved to user, passed to the callback function) |
|