Interface TextTrackCueEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
public interface TextTrackCueEvent<E extends TextTrackCueEvent<E>> implements Event<E>
The TextTrackCue Event.
-
-
Method Summary
Modifier and Type Method Description abstract TextTrackCue
getCue()
The TextTrackCue of the event. -
-
Method Detail
-
getCue
abstract TextTrackCue getCue()
The TextTrackCue of the event.
- Returns:
The TextTrackCue.
-
-
-
-