Navigation
API > API/Plugins > API/Plugins/Harmonix
Copyright Epic Games, Inc. All Rights Reserved.
| Name | ECalibratedMusicTimebase |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/Harmonix/Public/Harmonix/MusicalTimebase.h |
| Include Path | #include "Harmonix/MusicalTimebase.h" |
Syntax
enum ECalibratedMusicTimebase
{
AudioRenderTime,
ExperiencedTime,
VideoRenderTime,
RawAudioRenderTime,
Count,
}
Values
| Name | Remarks |
|---|---|
| AudioRenderTime | Tells you almost exactly where the audio renderer is right now (smoothed version of the jittery, raw position of the audio rendering). |
| ExperiencedTime | Tells you what the player is actually hearing & seeing this instant (when properly calibrated). |
| VideoRenderTime | Tells you what you should be drawing right now so it appears in sync with the music. (when properly calibrated). |
| RawAudioRenderTime | Tells you exactly where the audio renderer is right now. |
| Count |