FAsyncRealtimeAudioTaskProxy

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDecompress.h

Include

#include "AudioDecompress.h"

Syntax

template<class T>
class FAsyncRealtimeAudioTaskProxy

Constructors

Name Description

Public function

FAsyncRealtimeAudioTaskProxy

(
    T* InAudioBuffer,
    USoundWave* InWaveData
)

Public function

FAsyncRealtimeAudioTaskProxy

(
    USoundWave* InWaveData,
    uint8* InAudioData,
    int32 InMaxSamples
)

Public function

FAsyncRealtimeAudioTaskProxy

(
    T* InAudioBuffer,
    uint8* InAudioData,
    int32 InNumFramesToDecode,
    bool bInLoopingMode,
    bool bInSkipFirstBuffer
)

Destructors

Functions

Name Description

Public function

void

 

EnsureCompletion

(
    bool bDoWorkOnThisThreadIfNotStarte...
)

Public function

FAsyncRealti...

 

GetTask()

Public function

bool

 

IsDone()

Public function

void

 

StartBackgroundTask()

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