Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
PlaylistTransition
Playlist
Transition
data class
PlaylistTransition
(from:
Source
, to:
Source
) :
PlayerEvent
Content copied to clipboard
Emitted when the player transitions between two sources in a playlist.
Constructors
Properties
Inherited properties
Constructors
PlaylistTransition
Link copied to clipboard
fun
PlaylistTransition
(from:
Source
, to:
Source
)
Content copied to clipboard
Properties
from
Link copied to clipboard
val
from
:
Source
Content copied to clipboard
The
Source
from which a transition happened.
to
Link copied to clipboard
val
to
:
Source
Content copied to clipboard
The
Source
to which a transition happened.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.