UplynkPlaceholderAds

@Serializable
data class UplynkPlaceholderAds(val startTime: Float, val endTime: Float, val breaksIndex: Int, val adsIndex: Int)

Represents the details of a placeholder ad, including its start and end times, and the indices related to its position in the ad breaks array.

Constructors

Link copied to clipboard
constructor(startTime: Float, endTime: Float, breaksIndex: Int, adsIndex: Int)

Properties

Link copied to clipboard

Indicates the index in the ads.breaks.ads array that identifies the location for VPAID ad information.

Link copied to clipboard

Indicates the index in the ads.breaks array that contains the VPAID ad that was replaced.

Link copied to clipboard

Indicates the ending time of the placeholder ad.

Link copied to clipboard

Indicates the starting time of the placeholder ad. This value is in player time for the entire m3u8 timeline.