Package com.bitmovin.player.api.ssai
com.bitmovin.player.api.ssai
Types
| Name | Summary |
|---|---|
| SsaiAd | @ExperimentalBitmovinApi data class SsaiAd@JvmOverloadsconstructor(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. |
| SsaiAdBreak | @ExperimentalBitmovinApi data class SsaiAdBreak@JvmOverloadsconstructor(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. |
| SsaiApi | @ExperimentalBitmovinApi interface SsaiApi Provides hooks for server-side ad insertion integrations. |