Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmixSend.h |
| Include | #include "Sound/SoundSubmixSend.h" |
Syntax
struct FSoundSubmixSpectralAnalysisBandSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AttackTimeMsec | The attack time for the FFT band interpolation for delegate callback. | |
| float | BandFrequency | The frequency band for the magnitude to analyze. | |
| float | QFactor | The ratio of the bandwidth divided by the center frequency. Only used when the spectral analysis type is set to Constant Q. | |
| int32 | ReleaseTimeMsec | The release time for the FFT band interpolation for delegate callback. |