![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AudioDecompress.h>
Inheritance diagram for FAsyncRealtimeAudioTaskWorker< T >:Public Member Functions | |
| FAsyncRealtimeAudioTaskWorker (T *InAudioBuffer, USoundWave *InWaveData) | |
| FAsyncRealtimeAudioTaskWorker (T *InAudioBuffer, uint8 *InAudioData, int32 InNumPrecacheFrames, bool bInLoopingMode, bool bInSkipFirstBuffer) | |
| FAsyncRealtimeAudioTaskWorker (USoundWave *InWaveData, uint8 *InAudioData, int32 InMaxSamples) | |
| void | DoWork () |
| TStatId | GetStatId () const |
| ERealtimeAudioTaskType | GetTaskType () const |
| bool | GetBufferLooped () const |
| int32 | GetBytesWritten () const |
Public Member Functions inherited from FNonAbandonableTask | |
| bool | CanAbandon () |
| void | Abandon () |
Protected Attributes | |
| T * | AudioBuffer |
| USoundWave * | WaveData |
| uint8 * | AudioData |
| int32 | NumPrecacheFrames |
| int32 | MaxSamples |
| int32 | BytesWritten |
| ERealtimeAudioTaskType | TaskType |
| uint32 | bSkipFirstBuffer:1 |
| uint32 | bLoopingMode:1 |
| uint32 | bLooped:1 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |