Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
AdBreakStarted
Ad
Break
Started
data class
AdBreakStarted
(adBreak:
AdBreak
?) :
PlayerEvent
Content copied to clipboard
Emitted when an ad break has started.
Constructors
Properties
Inherited properties
Constructors
AdBreakStarted
Link copied to clipboard
fun
AdBreakStarted
(adBreak:
AdBreak
? = null)
Content copied to clipboard
Properties
adBreak
Link copied to clipboard
val
adBreak
:
AdBreak
? = null
Content copied to clipboard
The
AdBreak
that has started.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.