LyricLineCue

data class LyricLineCue(val position: Int, val start: Long, val end: Long? = null)

LyricLineCue model, holds information about the timing of words within a LyricLine.

Constructors

Link copied to clipboard
constructor(position: Int, start: Long, end: Long? = null)

Properties

Link copied to clipboard
val end: Long? = null

The end timestamp the lyric is synced to in ticks.

Link copied to clipboard

The character index of the lyric.

Link copied to clipboard
val start: Long

The timestamp the lyric is synced to in ticks.