Item

data class Item(val text: String, val startTime: Long, val endTime: Long)

Represents a timed lyric item.

Constructors

Link copied to clipboard
constructor(text: String, startTime: Long, endTime: Long)

Properties

Link copied to clipboard

the end time of the lyric.

Link copied to clipboard

the start time of the lyric.

Link copied to clipboard

the text of the lyric.