Wwise SDK 2024.1.4
|
#include <AkCallback.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. 更多... | |
![]() | |
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.
在文件 AkCallback.h 第 190 行定义.