Uses of Interface
org.opencastproject.caption.api.Time
Packages that use Time
Package
Description
-
Uses of Time in org.opencastproject.caption.api
Methods in org.opencastproject.caption.api that return TimeModifier and TypeMethodDescriptionCaption.getStartTime()Get the start time of the caption.Caption.getStopTime()Get the end time of the caption. -
Uses of Time in org.opencastproject.caption.impl
Classes in org.opencastproject.caption.impl that implement TimeMethods in org.opencastproject.caption.impl that return TimeModifier and TypeMethodDescriptionCaptionImpl.getStartTime()Get the start time of the caption.CaptionImpl.getStopTime()Get the end time of the caption.Methods in org.opencastproject.caption.impl with parameters of type TimeConstructors in org.opencastproject.caption.impl with parameters of type Time -
Uses of Time in org.opencastproject.caption.util
Methods in org.opencastproject.caption.util that return TimeModifier and TypeMethodDescriptionstatic TimeTimeUtil.importDFXP(String timeDfxp) Parse String representation of DFXP time format.static TimeParse String representation of SubRip time format.Methods in org.opencastproject.caption.util with parameters of type TimeModifier and TypeMethodDescriptionstatic StringTimeUtil.exportToDFXP(Time time) ExportsTimeinstance to the DFXP time format representation.static StringTimeUtil.exportToSrt(Time time) ExportsTimeinstance to the SubRip time format representation.static StringTimeUtil.exportToVtt(Time time) ExportsTimeinstance to the WebVTT time format representation.