Navigation
API > API/Runtime > API/Runtime/AudioMixer
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
| Type | Name | Description | |
|---|---|---|---|
| double | AudioRenderThreadTime | The clock of the audio render thread. | |
| double | AudioThreadTime | The clock of the audio thread, periodically synced to the audio render thread time. | |
| double | AudioThreadTimeJitterDelta | The current audio thread fraction for audio events relative to the render thread. | |
| double | StartTime | The time since audio device started. |
Constructors
| Type | Name | Description | |
|---|---|---|---|