FAudioThreadTimingData

Data used to schedule events automatically in the audio renderer in audio mixer.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h

Include

#include "AudioMixerDevice.h"

Syntax

struct FAudioThreadTimingData

Remarks

Data used to schedule events automatically in the audio renderer in audio mixer.

Variables

Name Description

Public variable

double

 

AudioRenderThreadTime

The clock of the audio render thread.

Public variable

double

 

AudioThreadTime

The clock of the audio thread, periodically synced to the audio render thread time.

Public variable

double

 

AudioThreadTimeJitterDelta

The current audio thread fraction for audio events relative to the render thread.

Public variable

double

 

StartTime

The time since audio device started.

Constructors

Name Description

Public function

FAudioThreadTimingData()

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