Navigation
API > API/Runtime > API/Runtime/AudioExtensions
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
| Include | #include "IAudioExtensionPlugin.h" |
Syntax
struct FAudioPluginSourceInputData
Variables
| Type | Name | Description | |
|---|---|---|---|
| Audio::FAlignedFloatBuffer * | AudioBuffer | The audio input buffer. | |
| uint64 | AudioComponentId | The ID of the audio component associated with the wave instance. | |
| FQuat | ListenerOrientation | The listener orientation. | |
| int32 | NumChannels | Number of channels of the source audio buffer. | |
| int32 | SourceId | The index of the source voice. Guaranteed to be between 0 and the max number of sources rendered. | |
| const FSpatializationParams * | SpatializationParams | Spatialization parameters. |