![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AudioDecompress.h>
Inheritance diagram for FAsyncAudioDecompressWorker:Public Member Functions | |
| ENGINE_API | FAsyncAudioDecompressWorker (USoundWave *InWave, int32 InNumPrecacheFrames, FAudioDevice *InAudioDevice=nullptr) |
| ENGINE_API void | DoWork () |
| TStatId | GetStatId () const |
Public Member Functions inherited from FNonAbandonableTask | |
| bool | CanAbandon () |
| void | Abandon () |
Protected Attributes | |
| USoundWave * | Wave |
| ICompressedAudioInfo * | AudioInfo |
| int32 | NumPrecacheFrames |
Asynchronous audio decompression
| FAsyncAudioDecompressWorker::FAsyncAudioDecompressWorker | ( | USoundWave * | InWave, |
| int32 | InPrecacheBufferNumFrames, | ||
| FAudioDevice * | InAudioDevice = nullptr |
||
| ) |
Async decompression of audio data
| InWave | Wave data to decompress |
Worker for decompression on a separate thread
| void FAsyncAudioDecompressWorker::DoWork | ( | ) |
Performs the async audio decompression
|
inline |
|
protected |
|
protected |
|
protected |