Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
References
| Module | AudioAnalyzer |
| Header | /Engine/Source/Runtime/AudioAnalyzer/Public/IAudioAnalyzerInterface.h |
| Include | #include "IAudioAnalyzerInterface.h" |
Syntax
class IAnalyzerWorker
Remarks
An audio analyzer worker.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Analyze
(
TArrayView< const float > InAudio, |
||
| void | |||
| void | SetControls
(
TSharedPtr< IAnalyzerControls > InAnalyzerControls |