Controls

data class Controls(val skipOffset: Double? = null, val snapback: Boolean? = null)

User control options during a break (mirrors the TS Controls).

Constructors

Link copied to clipboard
constructor(skipOffset: Double? = null, snapback: Boolean? = null)

Properties

Link copied to clipboard

Seconds into the break after which the viewer may skip it; null means not skippable.

Link copied to clipboard

Whether a seek over the break snaps back to its start so the ads play.