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