Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
The results of the meter analysis.
| Name | FMeterResults |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/Meter.h |
| Include Path | #include "Meter.h" |
Syntax
USTRUCT (BlueprintType )
struct FMeterResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClippingValue | float | The value (if non-zero) if clipping was detected above the clipping threshold. | Meter.h |
|
| MeterValue | float | The meter value. | Meter.h |
|
| NumSamplesClipping | int32 | The number of samples in the period which were above the clipping threshold. Will be 0 if no clipping was detected. | Meter.h |
|
| PeakValue | float | The peak value. | Meter.h |
|
| TimeSeconds | float | The time in seconds since analysis began of this meter analysis result. | Meter.h |
|