![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BufferedListenerBase.h>
Inheritance diagram for FBufferedListenerBase:Additional Inherited Members | |
Public Member Functions inherited from IBufferedAudioOutput | |
| virtual | ~IBufferedAudioOutput ()=default |
| DECLARE_DELEGATE_OneParam (FOnFormatKnown, FBufferFormat) | |
| DECLARE_DELEGATE_OneParam (FOnBufferStreamEnd, FBufferStreamEnd) | |
| virtual bool | Start (FAudioDevice *InAudioDevice)=0 |
| virtual void | Stop (FAudioDevice *InAudioDevice)=0 |
| virtual IPushableAudioOutput * | GetPushableInterface () |
| virtual const IPushableAudioOutput * | GetPushableInterface () const |
Common base class of Buffered Listener objects.
|
protected |
|
protectedvirtualdefault |
|
overrideprotectedvirtual |
CONSUMER Thread. This will be called by the consuming data of the buffers.
Implements IBufferedAudioOutput.
|
protected |
|
protected |
AUDIO MIXER THREAD.
|
overrideprotectedvirtual |
CONSUMER Thread. This will be called by the consuming data of the buffers.
Implements IBufferedAudioOutput.
|
overrideprotectedvirtual |
Reserve at least this many samples in buffer.
| InNumSamplesToReserve | Reserve this number of samples. |
Implements IBufferedAudioOutput.
|
protected |
|
inlineoverrideprotectedvirtual |
Implements IBufferedAudioOutput.
|
protected |
|
overrideprotectedvirtual |
Implements IBufferedAudioOutput.
|
protected |
|
protected |
|
protected |