Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
Inheritance Hierarchy
- FNonAbandonableTask
- FAudioAnalyzeTask
References
| Module | AudioAnalyzer |
| Header | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzer.h |
| Include | #include "AudioAnalyzer.h" |
Syntax
class FAudioAnalyzeTask : public FNonAbandonableTask
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioAnalyzeTask
(
TUniquePtr< Audio::FAnalyzerFacade >& InAnalyzerFacade, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DoWork () |
Does the task work. | |
| TArray< float > && | Move the audio buffer back out. | ||
| TUniquePtr< Audio::IAnalyzerResult > | GetResults () |
Get the results from the task. | |
| TStatId | GetStatId () |
||
| void | SetAudioBuffer
(
TArray< float >&& InAudioData |
Give the task the audio data to analyze. |