版本

menu_open
Wwise SDK 2023.1.3

◆ UnregisterGlobalCallback()

virtual AKRESULT AK::IAkGlobalPluginContext::UnregisterGlobalCallback ( AkGlobalCallbackFunc  in_pCallback,
AkUInt32  in_eLocation = AkGlobalCallbackLocation_BeginRender 
)
pure virtual

Unregister a global callback function, previously registered using RegisterGlobalCallback.

备注
It is only legal to call this function from inside the plug-in registration global callback, exclusively when receiving AkGlobalCallbackLocation::AkGlobalCallbackLocation_Term. This function should not be called from inside the plug-in instance (e.g. in Init, Execute, etc.) to prevent deadlocks when processing plug-ins in parallel. It is illegal to call this function while already inside of a registered global callback. This function might stall for several milliseconds before returning.
参见
参数
in_pCallbackFunction to unregister as a global callback.
in_eLocationMust match in_eLocation as passed to RegisterGlobalCallback for this callback.

此页面对您是否有帮助?

需要技术支持?

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

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

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

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

开始 Wwise 之旅