UplynkBreakOffsets

@Serializable
data class UplynkBreakOffsets(val index: Int, val timeOffset: Double)

An object that contains the ad break's timeOffset and the index for the ads.breaks object.

Constructors

Link copied to clipboard
constructor(index: Int, timeOffset: Double)

Properties

Link copied to clipboard
val index: Int

The index of the ad break within the ads.breaks list.

Link copied to clipboard

The time offset in seconds where the ad break occurs in the stream.