Interface UpdateCueEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.track.TrackEvent
public interface UpdateCueEvent implements TrackEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract TextTrack
getTrack()
The TextTrack to which the TextTrackCue belongs. abstract TextTrackCue
getCue()
The TextTrackCue that entered. -
-
Method Detail
-
getTrack
abstract TextTrack getTrack()
The TextTrack to which the TextTrackCue belongs.
- Returns:
The TextTrack to which the TextTrackCue belongs.
-
getCue
abstract TextTrackCue getCue()
The TextTrackCue that entered.
- Returns:
The TextTrackCue that entered.
-
-
-
-