Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.event
/
SourceEvent
/
SubtitleTrackRemoved
Subtitle
Track
Removed
data
class
SubtitleTrackRemoved
(
subtitleTrack
:
SubtitleTrack
)
:
SourceEvent
Content copied to clipboard
Emitted when a
SubtitleTrack
is removed.
Constructors
Properties
Constructors
Subtitle
Track
Removed
Link copied to clipboard
fun
SubtitleTrackRemoved
(
subtitleTrack
:
SubtitleTrack
)
Content copied to clipboard
Properties
subtitleTrack
Link copied to clipboard
@
SerializedName
(
value
=
"subtitle"
)
val
subtitleTrack
:
SubtitleTrack
Content copied to clipboard
The removed
SubtitleTrack