Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/Meter.h |
Include |
#include "Meter.h" |
USTRUCT(BlueprintType)
struct FMeterResults
The results of the meter analysis.
Name | Description | ||
---|---|---|---|
|
float |
ClippingValue |
The value (if non-zero) if clipping was detected above the clipping threshold. |
|
float |
MeterValue |
The meter value. |
|
NumSamplesClipping |
The number of samples in the period which were above the clipping threshold. Will be 0 if no clipping was detected. |
|
|
float |
PeakValue |
The peak value. |
|
float |
TimeSeconds |
The time in seconds since analysis began of this meter analysis result. |