alphaTab.model.SyncPointData
Represents the data of a sync point for synchronizing the internal time axis with an external audio file.
class SyncPointDataProperties​
barOccurence​
Indicates for which repeat occurence this sync point is valid (e.g. 0 on the first time played, 1 on the second time played)
- JavaScript
- C#
- Kotlin
barOccurence: number;double BarOccurence { get; set; }var barOccurence: DoublemillisecondOffset​
The audio offset marking the position within the audio track in milliseconds. This information is used to regularly sync (or on seeking) to match a given external audio time axis with the internal time axis.
- JavaScript
- C#
- Kotlin
millisecondOffset: number;double MillisecondOffset { get; set; }var millisecondOffset: Double