버전

menu_open
AKRESULT __cdecl AK::SoundEngine::PrepareGameSyncs ( PreparationType  in_PreparationType,
AkGroupType  in_eGameSyncType,
const char *  in_pszGroupName,
const char **  in_ppszGameSyncName,
AkUInt32  in_uNumGameSyncs,
AkBankCallbackFunc  in_pfnBankCallback,
void *  in_pCookie  
)

Prepare or un-prepare game syncs asynchronously.
The group and game syncs are specified by string (refer to General Information for a discussion on using strings and IDs). The game syncs definitions must already exist in the sound engine by having explicitly loaded the bank(s) that contain them (with LoadBank()). A request is posted to the Bank Manager consumer thread. It will resolve all dependencies needed to successfully set this game sync group to one of the game sync values specified, and load the required banks, if applicable. The function returns immediately. Use a callback to be notified when the request has finished being processed.

Returns:
AK_Success if scheduling is was successful, AK_Fail otherwise.
Remarks:
You need to call PrepareGameSyncs() if the sound engine was initialized with AkInitSettings::bEnableGameSyncPreparation set to true. When set to false, the sound engine automatically prepares all game syncs when preparing events, so you never need to call this function.
See also:
Parameters:
in_PreparationType  Preparation type ( Preparation_Load or Preparation_Unload )
in_eGameSyncType  The type of game sync.
in_pszGroupName  The state group Name or the Switch Group Name.
in_ppszGameSyncName  The specific ID of the state to either support or not support.
in_uNumGameSyncs  The number of game sync in the string array.
in_pfnBankCallback  Callback function
in_pCookie  Callback cookie (reserved to user, passed to the callback function)

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요