Interface ID3Cue
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.EventDispatcher
,com.theoplayer.android.api.player.track.texttrack.cue.TextTrackCue
public interface ID3Cue implements TextTrackCue
Represents a cue of an ID3 metadata text track.
-
-
Method Summary
-
Methods inherited from class com.theoplayer.android.api.player.track.texttrack.cue.TextTrackCue
getContent, getEndTime, getId, getStartTime, getUid, setEndTime, setStartTime
-
Methods inherited from class com.theoplayer.android.api.event.EventDispatcher
addEventListener, removeEventListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-