Interface ExitCueEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event,com.theoplayer.android.api.event.track.TrackEvent
public interface ExitCueEvent implements TrackEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract TextTrackgetTrack()The TextTrack to which the TextTrackCue belongs. abstract TextTrackCuegetCue()The TextTrackCue that exited. -
-
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 exited.
- Returns:
The TextTrackCue that exited.
-
-
-
-