Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
FMeterResult contains the temporal evolution of loudness for the last buffer of audio analyzed.
| Name | FMeterResult |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterFactory.h |
| Include Path | #include "MeterFactory.h" |
Syntax
class FMeterResult : public IAnalyzerResult
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeterResult() |
MeterFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ChannelIndexOverall | const int32 | Denotes the overall loudness as opposed individual channel indices. | MeterFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelMeterArrays | TMap< int32, TArray< FMeterEntry > > | MeterFactory.h | ||
| DurationInSeconds | float | MeterFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FMeterEntry& InEntry |
Appends an FMeterEntry to the container. | MeterFactory.h | |
const TArray< FMeterEntry > & GetChannelMeterArray
(
int32 ChannelIdx |
Returns const reference to FMeterEntry array for individual channel. | MeterFactory.h | |
const TArray< FMeterEntry > & GetMeterArray() |
Returns const reference to FMeterEntry array associated with overall loudness. | MeterFactory.h | |
int32 GetNumChannels() |
Returns the number of channels. | MeterFactory.h |