FAudioPluginSourceInputData

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h

Include

#include "IAudioExtensionPlugin.h"

Syntax

struct FAudioPluginSourceInputData

Variables

Name Description

Public variable

Audio::FAligned...

 

AudioBuffer

The audio input buffer.

Public variable

uint64

 

AudioComponentId

The ID of the audio component associated with the wave instance.

Public variable

FQuat

 

ListenerOrientation

The listener orientation.

Public variable

int32

 

NumChannels

Number of channels of the source audio buffer.

Public variable

int32

 

SourceId

The index of the source voice. Guaranteed to be between 0 and the max number of sources rendered.

Public variable

const FSpatiali...

 

SpatializationParams

Spatialization parameters.