FPatchSplitter::PushAudio

This call pushes audio to all outputs connected to this splitter.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h

Include

#include "DSP/MultithreadedPatching.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/MultithreadedPatching.cpp

Syntax

int32 PushAudio
(
    const float * InBuffer,
    int32 InNumSamples
)

Remarks

This call pushes audio to all outputs connected to this splitter. Only should be called from one thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss