Package-level declarations

Types

Link copied to clipboard
@Serializable(with = Category.Serializer::class)
sealed class Category
Link copied to clipboard

Event fired when the segments for a track were loaded.

Link copied to clipboard

Event fired when a chapter began.

Link copied to clipboard

Event fired when a segment was skipped.

Link copied to clipboard

Event fired when the segments for a track were loaded.

Link copied to clipboard

Super class for all sponsor block events.

Link copied to clipboard
@Serializable
data class SponsorblockSegment(val category: Category, val start: @Serializable(with = DurationSerializer::class) Duration, val end: @Serializable(with = DurationSerializer::class) Duration)

Representation of a Sponsorblock segment.

Link copied to clipboard
@Serializable
data class YouTubeChapter(val name: String, val start: @Serializable(with = DurationSerializer::class) Duration, val end: @Serializable(with = DurationSerializer::class) Duration, val duration: @Serializable(with = DurationSerializer::class) Duration)

Representation of a YouTube chapter.