Interface RemoveTrackEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.track.tracklist.TrackListEvent
public interface RemoveTrackEvent implements TrackListEvent<E, T>
Fired when REMOVETRACK occurs for a TextTrackList.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.event.track.tracklist.TrackListEvent
getTrack
-
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-