Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerResult
- FSynesthesiaSpectrumResult
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/SynesthesiaSpectrumAnalysisFactory.h |
| Include | #include "SynesthesiaSpectrumAnalysisFactory.h" |
Syntax
class FSynesthesiaSpectrumResult : public IAnalyzerResult
Remarks
FSynesthesiaSpectrumResult contains the temporal evolution of loudness for the last buffer of audio analyzed.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
FSynesthesiaSpectrumEntry&& InEntry |
Appends an FSynesthesiaSpectrumEntry to the container. | |
| const TArray< FSynesthesiaSpectrumEntry > & | GetChannelSpectrumArray
(
int32 ChannelIdx |
Returns const reference to FSynesthesiaSpectrumEntry array for individual channel. | |
| int32 | Returns the number of channels. |