Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
References
| Module | AudioSynesthesia |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/Meter.h |
| Include | #include "Meter.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMeterResults
Remarks
The results of the meter analysis.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ClippingValue | The value (if non-zero) if clipping was detected above the clipping threshold. | |
| float | MeterValue | The meter value. | |
| int32 | 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. |