Navigation
Unreal Engine C++ API Reference > Runtime > Engine
Inheritance Hierarchy
- FNonAbandonableTask
- FAsyncAudioDecompressWorker
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AudioDecompress.h |
Include | #include "AudioDecompress.h" |
Syntax
class FAsyncAudioDecompressWorker : public FNonAbandonableTask
Remarks
Asynchronous audio decompression
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
ICompressedAudioInfo * | AudioInfo | |
![]() |
int32 | NumPrecacheFrames | |
![]() |
USoundWave * | Wave |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FAsyncAudioDecompressWorker
(
USoundWave* InWave, |
Async decompression of audio dataWorker for decompression on a separate thread |