|
Wwise SDK 2025.1.3
|
#include <AkCallbackTypes.h>
Public 属性 | |
| AK::AkMetering * | pMainMixMetering |
| Metering information for the main mix 更多... | |
| AkChannelConfig | mainMixConfig |
| Channel configuration of the main mix 更多... | |
| AK::AkMetering * | pPassthroughMetering |
| Metering information for the passthrough mix (if any; will be null otherwise) 更多... | |
| AkChannelConfig | passthroughMixConfig |
| Channel configuration of the passthrough mix (if any; will be invalid otherwise) 更多... | |
| AkUInt32 | uNumSystemAudioObjects |
| Number of System Audio Objects going out of the output device 更多... | |
| AK::AkMetering ** | ppSystemAudioObjectMetering |
| Metering information for each System Audio Object (number of elements is equal to uNumSystemAudioObjects) 更多... | |
| AkMeteringFlags | eMeteringFlags |
| Metering flags that were asked for in RegisterOutputDeviceMeteringCallback(). You may only access corresponding meter values from the metering objects. Others will fail. 更多... | |
Public 属性 继承自 AkCallbackInfo | |
| void * | pCookie |
| User data, passed to PostEvent() 更多... | |
| AkGameObjectID | gameObjID |
| Game object ID 更多... | |
Callback information structure allowing to query signal metering on output devices, at each frame. Register the callback using AK::SoundEngine::RegisterOutputDeviceMeteringCallback.
在文件 AkCallbackTypes.h 第 289 行定义.