FAsyncAudioDecompressWorker

Asynchronous audio decompression

Windows
MacOS
Linux

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

Name Description

Protected variable

ICompressedAudi...

 

AudioInfo

Protected variable

int32

 

NumPrecacheFrames

Protected variable

USoundWave *...

 

Wave

Constructors

Name Description

Public function

FAsyncAudioDecompressWorker

(
    USoundWave* InWave,
    int32 InNumPrecacheFrames,
    FAudioDevice* InAudioDevice
)

Async decompression of audio data

Worker for decompression on a separate thread

Functions

Name Description

Public function

void

 

DoWork()

Performs the async audio decompression

Public function Const

TStatId

 

GetStatId()

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