Wwise SDK 2021.1.9
AkResourceMonitorDataSummary
Version
Wwise SDK 2021.1.9
|
AkResourceMonitorDataSummary Struct Reference
Resources data summary structure containing general information about the system. More...
#include <AkCallback.h>
Public Attributes | |
AkReal32 | totalCPU |
Pourcentage of the cpu time used for processing audio. Please note that the numbers may add up when using multiple threads. More... |
|
AkReal32 | pluginCPU |
Pourcentage of the cpu time used by plugin processing. Please note that the numbers may add up when using multiple threads. More... |
|
AkUInt32 | physicalVoices |
Number of active physical voices. More... |
|
AkUInt32 | virtualVoices |
Number of active virtual voices. More... |
|
AkUInt32 | totalVoices |
Number of active physical and virtual voices. More... |
|
AkUInt32 | nbActiveEvents |
Number of events triggered at a certain time. More... |
|
Detailed Description
Resources data summary structure containing general information about the system.
Definition at line 244 of file AkCallback.h.