版本

menu_open
警告:系统已根据您所用大版本 (2022.1.13.8454) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2022.1.13

◆ PrepareGameSyncs() [2/4]

AKSOUNDENGINE_API AKRESULT AK::SoundEngine::PrepareGameSyncs ( PreparationType  in_PreparationType,
AkGroupType  in_eGameSyncType,
AkUInt32  in_GroupID,
AkUInt32 in_paGameSyncID,
AkUInt32  in_uNumGameSyncs,
AkBankCallbackFunc  in_pfnBankCallback,
void *  in_pCookie 
)

Prepares or un-prepare game syncs asynchronously (by ID).
The group and game syncs are specified by ID (refer to 一般信息 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.

返回
AK_Success if scheduling is was successful, AK_Fail otherwise.
备注
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.
参见
参数
in_PreparationTypePreparation type ( Preparation_Load or Preparation_Unload )
in_eGameSyncTypeThe type of game sync.
in_GroupIDThe State Group ID or the Switch Group ID.
in_paGameSyncIDArray of ID of the Game Syncs to either support or not support.
in_uNumGameSyncsThe number of game sync ID in the array.
in_pfnBankCallbackCallback function
in_pCookieCallback cookie (reserved to user, passed to the callback function)

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅