|
Wwise SDK 2021.1.14
|
#include <AkCallback.h>
公開変数類 | |
| AK::IAkMetering * | pMainMixMetering |
| Metering information for the main mix [詳解] |
|
| AkChannelConfig | mainMixConfig |
| Channel configuration of the main mix [詳解] |
|
| AK::IAkMetering * | 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::IAkMetering ** | 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. [詳解] |
|
基底クラス 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.
AkCallback.h の 185 行目に定義があります。