SkipStamp

data class SkipStamp(val type: SkipType, val startMs: Long, val endMs: Long, val label: String? = null)(source)

Constructors

Link copied to clipboard
constructor(type: SkipType, startMs: Long, endMs: Long, label: String? = null)

Properties

Link copied to clipboard
val endMs: Long

End position in milliseconds of the skip, where it will skip to

Link copied to clipboard

Custom visual label instead of using the type. Only use this for content not covered by SkipType

Link copied to clipboard

Start position in milliseconds of the skip, where it should start showing up

Link copied to clipboard