Package com.jwplayer.pub.api.events
Class CaptionsChangedEvent
- java.lang.Object
-
- com.jwplayer.pub.api.events.Event
-
- com.jwplayer.pub.api.events.CaptionsChangedEvent
-
public class CaptionsChangedEvent extends Event
Fired whenever the active captions track is changed manually or via API.
-
-
Constructor Summary
Constructors Constructor Description CaptionsChangedEvent(JWPlayer player, int currentTrack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentTrack()
-
-
-
Constructor Detail
-
CaptionsChangedEvent
public CaptionsChangedEvent(@NonNull JWPlayer player, int currentTrack)
-
-