Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FLKFSAnalyzer
Holds aggregated loudness statistics calculated over a history of energy measurements.
| |
|
| Name |
FAggregateLoudnessStats |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/SignalProcessing/Public/DSP/LKFSAnalyzer.h |
| Include Path |
#include "DSP/LKFSAnalyzer.h" |
Syntax
struct FAggregateLoudnessStats
Constants
| Name |
Type |
Remarks |
Include Path |
| InvalidLoudness |
float |
|
DSP/LKFSAnalyzer.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| GatedLoudness |
float |
|
DSP/LKFSAnalyzer.h |
|
| IntegratedLoudness |
float |
|
DSP/LKFSAnalyzer.h |
|
| LoudnessRange |
TOptional< FFloatInterval > |
|
DSP/LKFSAnalyzer.h |
|
| ShortTermLoudness |
float |
|
DSP/LKFSAnalyzer.h |
|