Package com.jwplayer.pub.ui.models
Class VttCue
- java.lang.Object
-
- com.jwplayer.pub.ui.models.VttCue
-
-
Constructor Summary
Constructors Constructor Description VttCue(java.lang.String cueText, long startTime, long endTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(VttCue o)longgetEndTime()longgetStartTime()java.lang.StringgetText()
-