Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
Inheritance Hierarchy
- IModularFeature
- IAnalyzerNRTFactory
- FConstantQNRTFactory
- FLoudnessNRTFactory
- FOnsetNRTFactory
References
| Module | AudioAnalyzer |
| Header | /Engine/Source/Runtime/AudioAnalyzer/Public/IAudioAnalyzerNRTInterface.h |
| Include | #include "IAudioAnalyzerNRTInterface.h" |
Syntax
class IAnalyzerNRTFactory : public IModularFeature
Remarks
This is used to define a non real-time analyzer.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Supplied unique name of IAnalyzerNRTFactory to enable querying of added analyzer factories | ||
| FName | GetName () |
Name of specific analyzer type. | |
| FString | GetTitle () |
Human readable name of analyzer. | |
| TUniquePtr< IAnalyzerNRTResult > | NewResult () |
Create a new result. | |
| TSharedPtr< IAnalyzerNRTResult, Mode > | Convenience function to create a new shared result by calling NewResult. | ||
| TUniquePtr< IAnalyzerNRTWorker > | NewWorker
(
const FAnalyzerNRTParameters& InParams, |
Create a new worker. |