millisecondOffset
Description​
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