Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EAudioSpectrumType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
Syntax
enum EAudioSpectrumType
{
MagnitudeSpectrum,
PowerSpectrum,
Decibel,
}
Values
| Name | Remarks |
|---|---|
| MagnitudeSpectrum | Spectrum frequency values are equal to magnitude of frequency. |
| PowerSpectrum | Spectrum frequency values are equal to magnitude squared. |
| Decibel | Returns decibels (0.0 dB is 1.0) |