Navigation
API > API/Runtime > API/Runtime/AudioMixer
Data used to interpolate the audio clock in between buffer callbacks
| Name | FAudioClockTimingData |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h |
| Include Path | #include "AudioMixerDevice.h" |
Syntax
struct FAudioClockTimingData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UpdateTime | double | Time in secods of previous audio clock update | AudioMixerDevice.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetInterpolatedAudioClock
(
const double InAudioClock, |
Interpolates the given clock based on the amount of platform time that has passed since last update | AudioMixerDevice.h |