VideoState
data class VideoState(val subtitles: PersistentSet<SubtitleData> = persistentSetOf(), val links: PersistentSet<VideoLink> = persistentSetOf(), val stamps: PersistentList<VideoSkipStamp> = persistentListOf(), val loading: Resource<Unit> = Resource.Loading(), val generatorState: GeneratorState? = null, val instance: Int)(source)
Immutable state of all current links relevant to displaying the video
Constructors
Link copied to clipboard
constructor(subtitles: PersistentSet<SubtitleData> = persistentSetOf(), links: PersistentSet<VideoLink> = persistentSetOf(), stamps: PersistentList<VideoSkipStamp> = persistentListOf(), loading: Resource<Unit> = Resource.Loading(), generatorState: GeneratorState? = null, instance: Int)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard