Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Analyzer results contains all channels LKFS results
| Name | FLKFSAnalyzerResults |
| Type | class |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LKFSAnalyzer.h |
| Include Path | #include "DSP/LKFSAnalyzer.h" |
Syntax
class FLKFSAnalyzerResults
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLKFSAnalyzerResults() |
Construct analyzer results | DSP/LKFSAnalyzer.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ChannelIndexOverall | const int32 | Denotes the overall loudness channel index as opposed individual channel indices. | DSP/LKFSAnalyzer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelResults | TSortedMap< int32, TArray< FLKFSResult > > | DSP/LKFSAnalyzer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
FLKFSResult InResults |
Add to the result. | DSP/LKFSAnalyzer.h | |
const TArray< FLKFSResult > & GetChannelLoudnessResults
(
int32 ChannelIdx |
Returns const reference to a FLKFSResult array for individual channel. | DSP/LKFSAnalyzer.h | |
const TArray< FLKFSResult > & GetLoudnessResults() |
Returns const reference to a FLKFSResult array associated with overall loudness. | DSP/LKFSAnalyzer.h | |
int32 GetNumChannels() |
The number of individual channels available in the result. | DSP/LKFSAnalyzer.h |