Navigation
API > API/Runtime > API/Runtime/AudioExtensions
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
| Include | #include "IAudioExtensionPlugin.h" |
Syntax
class IAudioReverb
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSoundEffectSubmixPtr | Returns the plugin-managed effect submix instance | ||
| USoundSubmix * | GetSubmix () |
Returns the plugin-managed effect submix | |
| void | Initialize
(
const FAudioPluginInitializationParams InitializationParams |
Initialize the reverb plugin with the same rate and number of sources. | |
| USoundSubmix * | LoadSubmix () |
||
| void | OnDeviceShutdown
(
FAudioDevice* AudioDevice |
||
| void | OnInitSource
(
const uint32 SourceId, |
Called when a source is assigned to a voice. | |
| void | OnReleaseSource
(
const uint32 SourceId |
Called when a source is done playing and is released. | |
| void | ProcessSourceAudio
(
const FAudioPluginSourceInputData& InputData, |
Processes audio with the given input and output data structs. | |
| void | Shutdown () |
Shuts down the audio plugin. |