-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.track.TrackEvent
public interface EnterCueEvent implements TrackEvent<EnterCueEvent>
-
-
Method Summary
Modifier and Type Method Description abstract TextTrackCue
getCue()
The TextTrackCue that entered. -
-
Method Detail
-
getCue
abstract TextTrackCue getCue()
The TextTrackCue that entered.
-
-
-
-