Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDecompress.h |
| Include | #include "AudioDecompress.h" |
Syntax
template<class T>
class FAsyncRealtimeAudioTaskProxy
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAsyncRealtimeAudioTaskProxy
(
T* InAudioBuffer, |
|||
FAsyncRealtimeAudioTaskProxy
(
USoundWave* InWaveData, |
|||
FAsyncRealtimeAudioTaskProxy
(
T* InAudioBuffer, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnsureCompletion
(
bool bDoWorkOnThisThreadIfNotStarted |
||
| FAsyncRealtimeAudioTaskWorker< T > & | GetTask () |
||
| bool | IsDone () |
||
| void |