Package-level declarations

Types

Link copied to clipboard
data class SsaiAd @JvmOverloads constructor(val id: String = UUID.randomUUID().toString(), val duration: Double = -1.0, val skippableAfter: Double? = null, val clickThroughUrl: String? = null) : LinearAd

Represents an ad stitched into the media stream by an SSAI provider.

Link copied to clipboard
data class SsaiAdBreak @JvmOverloads constructor(val id: String, val scheduleTime: Double, val duration: Double? = null, val ads: List<SsaiAd> = emptyList()) : AdBreak

Represents an ad break stitched into the media stream by an SSAI provider.

Link copied to clipboard

Provides hooks for server-side ad insertion integrations.