Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
FLKFSResult contains the temporal evolution of loudness.
| Name | FLKFSAnalyzerResult |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSFactory.h |
| Include Path | #include "LKFSFactory.h" |
Syntax
class FLKFSAnalyzerResult : public IAnalyzerResult
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLKFSAnalyzerResult() |
LKFSFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ChannelIndexOverall | const int32 | Denotes the overall loudness channel index as opposed individual channel indices. | LKFSFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelResults | TSortedMap< int32, TArray< FLKFSResults > > | LKFSFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
FLKFSResults InResults |
Add to the result. | LKFSFactory.h | |
const TArray< FLKFSResults > & GetChannelLoudnessResults
(
int32 ChannelIdx |
Returns const reference to FLKFSResults array for individual channel. | LKFSFactory.h | |
const TArray< FLKFSResults > & GetLoudnessResults() |
Returns const reference to FLKFSResults array associated with overall loudness. | LKFSFactory.h | |
int32 GetNumChannels() |
The number of individual channels available in the result. | LKFSFactory.h |