Timed

data class Timed(val list: List<Lyrics.Item>, val fillTimeGaps: Boolean = true) : Lyrics.Lyric

Represents a timed lyric of a song.

See also

Constructors

Link copied to clipboard
constructor(list: List<Lyrics.Item>, fillTimeGaps: Boolean = true)

Properties

Link copied to clipboard
val fillTimeGaps: Boolean = true

whether to fill the time gaps between the items.

Link copied to clipboard

the list of timed lyric items.