Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerFactory
- FLoudnessFactory
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LoudnessFactory.h |
| Include | #include "LoudnessFactory.h" |
Syntax
class FLoudnessFactory : public IAnalyzerFactory
Remarks
Defines the Loudness analyzer and creates related classes.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetName () |
Name of specific analyzer type. | |
| FString | GetTitle () |
Human readable name of analyzer. | |
| TUniquePtr< IAnalyzerResult > | NewResult () |
Creates a new FLoudnessNRTResult | |
| TUniquePtr< IAnalyzerWorker > | NewWorker
(
const FAnalyzerParameters& InParams, |
Creates a new FLoudnessWorker. |