Navigation
API > API/Runtime > API/Runtime/AudioExtensions
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
| Include | #include "IAudioExtensionPlugin.h" |
Syntax
class IAudioOcclusion
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const FAudioPluginInitializationParams InitializationParams |
Initialize the occlusion plugin with the same rate and number of sources. | |
| 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 | ProcessAudio
(
const FAudioPluginSourceInputData& InputData, |
Processes audio with the given input and output data structs. | |
| void | Shutdown () |
Shuts down the audio plugin. |