Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerResult
- FMeterResult
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterFactory.h |
| Include | #include "MeterFactory.h" |
Syntax
class FMeterResult : public Audio::IAnalyzerResult
Remarks
FMeterResult contains the temporal evolution of loudness for the last buffer of audio analyzed.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeterResult () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FMeterEntry& InEntry |
Appends an FMeterEntry to the container. | |
| const TArray< FMeterEntry > & | GetChannelMeterArray
(
int32 ChannelIdx |
Returns const reference to FMeterEntry array for individual channel. | |
| const TArray< FMeterEntry > & | Returns const reference to FMeterEntry array associated with overall loudness. | ||
| int32 | Returns the number of channels. |
Constants
| Name | Description |
|---|---|
| ChannelIndexOverall | Denotes the overall loudness as opposed individual channel indices. |