TimeStamp

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.

Constructors

Link copied to clipboard
constructor(start: Double, end: Double, name: String, type: ChapterType = ChapterType.Other)

Properties

Link copied to clipboard
val end: Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard