Player Module
3.36.0
androidJvm
Player Module
/
com.bitmovin.player.api.event
/
SourceEvent
/
Load
Load
data
class
Load
(
val
source
:
Source
)
:
SourceEvent
Emitted when a
Source
starts loading.
Members
Constructors
Load
Link copied to clipboard
constructor
(
source
:
Source
)
Properties
source
Link copied to clipboard
val
source
:
Source
The
Source
that started loading.