Wwise SDK 2024.1.4
|
#include <AkCallback.h>
Public 属性 | |
AK::AkMetering * | pMetering |
Struct containing metering information. 更多... | |
AkChannelConfig | channelConfig |
Channel configuration of the bus. 更多... | |
AkMeteringFlags | eMeteringFlags |
Metering flags that were asked for in RegisterBusMeteringCallback(). You may only access corresponding meter values from in_pMeteringInfo. Others will fail. 更多... | |
![]() | |
void * | pCookie |
User data, passed to PostEvent() 更多... | |
AkGameObjectID | gameObjID |
Game object ID 更多... | |
Callback information structure allowing to query signal metering on busses, at each frame, after having mixed all their inputs and processed their effects. Register the callback using AK::SoundEngine::RegisterBusMeteringCallback.
在文件 AkCallback.h 第 181 行定义.