Wwise SDK 2023.1.8
|
◆ AkProfilerPopTimerFunc
External (optional) function for tracking performance of the sound engine that is called when a timer stops. (only called in Debug and Profile binaries; this is not called in Release) External (optional) function for tracking notable events in the sound engine, to act as a marker or bookmark. (only called in Debug and Profile binaries; this is not called in Release) in_uPluginID may be non-zero when this function is called, to provide extra data about what context this Marker was posted in. in_pszMarkerName will point to a static string, so the pointer can be stored for later use, not just the contents of the string itself. 在文件 AkSoundEngine.h 第 206 行定义. |