TuneInInfo

data class TuneInInfo(val elapsedSec: Double, val remainingSec: Double)

Tune-in (join-in-progress) detail attached to an AdBreakBeginEvent when the viewer joined while the break was already in progress. remainingSec is the effective duration the break is presented for.

Prefer AdBreakBeginEvent.elapsedSec / AdBreakBeginEvent.remainingSec, which are reported for every break-start. Reading the values through this object misses every part-way join that fell inside the scheduler's start tolerance.

Constructors

Link copied to clipboard
constructor(elapsedSec: Double, remainingSec: Double)

Properties

Link copied to clipboard

Seconds of the break that had already passed when the viewer joined.

Link copied to clipboard

Seconds of the break the viewer is presented with.