Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11
AkOutputDeviceMeteringCallbackInfo Struct Reference

#include <AkCallback.h>

Inheritance diagram for AkOutputDeviceMeteringCallbackInfo:
AkCallbackInfo

Public Attributes

AK::AkMeteringpMainMixMetering
 Metering information for the main mix. More...
 
AkChannelConfig mainMixConfig
 Channel configuration of the main mix. More...
 
AK::AkMeteringpPassthroughMetering
 Metering information for the passthrough mix (if any; will be null otherwise) More...
 
AkChannelConfig passthroughMixConfig
 Channel configuration of the passthrough mix (if any; will be invalid otherwise) More...
 
AkUInt32 uNumSystemAudioObjects
 Number of System Audio Objects going out of the output device. More...
 
AK::AkMetering ** ppSystemAudioObjectMetering
 Metering information for each System Audio Object (number of elements is equal to uNumSystemAudioObjects) More...
 
AkMeteringFlags eMeteringFlags
 Metering flags that were asked for in RegisterOutputDeviceMeteringCallback(). You may only access corresponding meter values from the metering objects. Others will fail. More...
 
- Public Attributes inherited from AkCallbackInfo
void * pCookie
 User data, passed to PostEvent() More...
 
AkGameObjectID gameObjID
 Game object ID. More...
 

Detailed Description

Callback information structure allowing to query signal metering on output devices, at each frame. Register the callback using AK::SoundEngine::RegisterOutputDeviceMeteringCallback.

Definition at line 184 of file AkCallback.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise