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