SsaiAdBreak
data class SsaiAdBreak @JvmOverloads constructor(val id: String, val scheduleTime: Double, val duration: Double? = null, val ads: List<SsaiAd> = emptyList(), val metadata: SsaiMetadata = SsaiMetadata()) : AdBreak
Represents an ad break stitched into the media stream by an SSAI provider.
Constructors
Properties
Link copied to clipboard
The id of the corresponding AdBreakConfig.
Link copied to clipboard
Link copied to clipboard
SSAI ad breaks are already stitched into the media stream. The player does not perform client-side content replacement for them, so this is always 0.0. Use duration for the stitched ad break duration.
Link copied to clipboard
The time in seconds in the media timeline the AdBreak is scheduled for.