Interface CueChangeEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.track.TrackEvent
public interface CueChangeEvent implements TrackEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract TextTrack
getTextTrack()
The TextTrack for which the TextTrackCue changed. -
-
Method Detail
-
getTextTrack
abstract TextTrack getTextTrack()
The TextTrack for which the TextTrackCue changed.
- Returns:
The TextTrack for which the TextTrackCue changed.
-
-
-
-