Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FNonAbandonableTask
- FAsyncRealtimeAudioTaskWorker
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDecompress.h |
| Include | #include "AudioDecompress.h" |
Syntax
template<class T>
class FAsyncRealtimeAudioTaskWorker : public FNonAbandonableTask
Variables
| Type | Name | Description | |
|---|---|---|---|
| T * | AudioBuffer | ||
| uint8 * | AudioData | ||
| uint32: 1 | bLooped | ||
| uint32: 1 | bLoopingMode | ||
| uint32: 1 | bSkipFirstBuffer | ||
| int32 | BytesWritten | ||
| int32 | MaxSamples | ||
| int32 | NumPrecacheFrames | ||
| ERealtimeAudioTaskType | TaskType | ||
| USoundWave * | WaveData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAsyncRealtimeAudioTaskWorker
(
T* InAudioBuffer, |
|||
FAsyncRealtimeAudioTaskWorker
(
USoundWave* InWaveData, |
|||
FAsyncRealtimeAudioTaskWorker
(
T* InAudioBuffer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DoWork () |
||
| bool | |||
| int32 | |||
| TStatId | GetStatId () |
||
| ERealtimeAudioTaskType | GetTaskType () |