FMicrosoftSpatialSound::ProcessAudio

Processes audio with the given input and output data structs.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IAudioSpatialization::ProcessAudio()

FMicrosoftSpatialSound::ProcessAudio()

References

Module

MicrosoftSpatialSound

Header

/Engine/Plugins/Runtime/MicrosoftSpatialAudio/Source/MicrosoftSpatialSound/Public/MicrosoftSpatialSoundPlugin.h

Include

#include "MicrosoftSpatialSoundPlugin.h"

Source

/Engine/Plugins/Runtime/MicrosoftSpatialAudio/Source/MicrosoftSpatialSound/Private/MicrosoftSpatialSoundPlugin.cpp

Syntax

virtual void ProcessAudio
(
    const FAudioPluginSourceInputData & InputData,
    FAudioPluginSourceOutputData & OutputData
)

Remarks

Processes audio with the given input and output data structs.