Time Stamp
data class TimeStamp(val start: Double, val end: Double, val name: String, val type: ChapterType = ChapterType.Other)(source)
A class defining a timestamp. Displayed as video chapters in the app.
Parameters
start
Start of the timestamp, in seconds.
end
End of the timestamp, in seconds.
name
Display name of timestamp.
type
Type of timestamp.