Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
Include |
#include "IAudioExtensionPlugin.h" |
struct FAudioPluginInitializationParams
Name | Description | ||
---|---|---|---|
|
FAudioDevice &#... |
AudioDevicePtr |
Pointer to audio device owning this audio plugin. |
|
BufferLength |
Buffer length used for each callback. |
|
|
NumOutputChannels |
Number of output channels. |
|
|
NumSources |
Maximum number of sources that can play simultaneously. |
|
|
SampleRate |
Sample rate. |
Name | Description | |
---|---|---|
|
FAudioPluginInitializationParams() |