Chapter
data class Chapter(val name: String, val startTime: Long, val endTime: Long? = null, val skipType: Chapter.SkipType = NONE)
Represents a chapter in a track.
Constructors
Link copied to clipboard
constructor(name: String, startTime: Long, endTime: Long? = null, skipType: Chapter.SkipType = NONE)