Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/SubmixEffects
Inheritance Hierarchy
- FSoundEffectBase
- FSoundEffectSubmix
- FSubmixEffectMultibandCompressor
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SubmixEffects/SubmixEffectMultiBandCompressor.h |
| Include | #include "SubmixEffects/SubmixEffectMultiBandCompressor.h" |
Syntax
class FSubmixEffectMultibandCompressor : public FSoundEffectSubmix
Variables
| Type | Name | Description | |
|---|---|---|---|
| Audio::FAlignedFloatBuffer | AudioExternal |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| Audio::FDeviceId | GetDeviceId () |
Gets the effect's deviceId that owns it. | |
| Audio::FMixerDevice * | |||
| void | Initialize
(
FSubmixEffectMultibandCompressorSettings& Settings |
Called from OnPresetChanged when something is changed that needs extra attention | |
| void | OnDeviceCreated
(
Audio::FDeviceId InDeviceId |
||
| void | OnDeviceDestroyed
(
Audio::FDeviceId InDeviceId |
||
| void | ResetKey () |
||
| void | UpdateKeyFromSettings
(
const FSubmixEffectMultibandCompressorSettings& InSettings |
||
| bool |
Overridden from FSoundEffectSubmix
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FSoundEffectSubmixInitData& InSampleRate |
Called on an audio effect at initialization on main thread before audio processing begins. | |
| void | OnProcessAudio
(
const FSoundEffectSubmixInputData& InData, |
Process the input block of audio. Called on audio thread. |
Overridden from FSoundEffectBase
| Type | Name | Description | |
|---|---|---|---|
| void | Called when an audio effect preset is changed. |
Constants
| Name | Description |
|---|---|
| MaxBlockNumSamples |