ISoundfieldEndpoint::PopAudio

METHODS USED BY IMPLEMENTATIONS OF [ISoundfieldEndpoint](API\Runtime\AudioExtensions\ISoundfieldEndpoint): This is used by the [IAudioEndpoint](API\Runtime\AudioExtensions\IAudioEndpoint) implementation to poll buffered audio to process or send to the endpoint.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

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

Include

#include "ISoundfieldEndpoint.h"

Source

/Engine/Source/Runtime/AudioExtensions/Private/ISoundfieldEndpoint.cpp

Syntax

Remarks

METHODS USED BY IMPLEMENTATIONS OF ISoundfieldEndpoint: This is used by the IAudioEndpoint implementation to poll buffered audio to process or send to the endpoint.

that this is NOT thread safe if EndpointRequiresCallback() is overridden to return true. If that is the case, use an override of OnAudioCallback instead.

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