EventTrigger

data class EventTrigger(val event: String, val delay: Double? = null)

Spec EventTrigger: a break start bound to a playback event instead of a timeline position. event is kept raw so unknown values stay forward-compatible; delay is seconds of played content after the event.

Constructors

Link copied to clipboard
constructor(event: String, delay: Double? = null)

Properties

Link copied to clipboard

Seconds of played content after the event before the break starts; null means 0.

Link copied to clipboard

The triggering playback event as written in the manifest; see BreakEvent.