Choose your operating system:
Windows
macOS
Linux
| IAnalyzerResult
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterFactory.h |
Include |
#include "MeterFactory.h" |
class FMeterResult : public Audio::IAnalyzerResult
FMeterResult contains the temporal evolution of loudness for the last buffer of audio analyzed.
Name | Description | |
---|---|---|
|
FMeterResult() |
Name | Description | ||
---|---|---|---|
|
Add ( |
Appends an FMeterEntry to the container. |
|
|
const TArray... |
GetChannelMeterArray ( |
Returns const reference to FMeterEntry array for individual channel. |
|
const TArray... |
GetMeterArray() |
Returns const reference to FMeterEntry array associated with overall loudness. |
|
GetNumChannels() |
Returns the number of channels. |
Name |
Description |
---|---|
ChannelIndexOverall |
Denotes the overall loudness as opposed individual channel indices. |