Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerNRTFactory
- FLoudnessNRTFactory
References
Module | AudioSynesthesiaCore |
Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LoudnessNRTFactory.h |
Include | #include "LoudnessNRTFactory.h" |
Syntax
class FLoudnessNRTFactory : public IAnalyzerNRTFactory
Remarks
Defines the LoudnessNRT analyzer and creates related classes.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FName | GetName () |
Name of specific analyzer type. |
![]() ![]() ![]() |
FString | GetTitle () |
Human readable name of analyzer. |
![]() ![]() ![]() |
TUniquePtr< IAnalyzerNRTResult > | NewResult () |
Creates a new FLoudnessNRTResult |
![]() ![]() ![]() |
TUniquePtr< IAnalyzerNRTWorker > | NewWorker
(
const FAnalyzerNRTParameters& InParams, |
Creates a new FLoudnessNRTWorker. |