Package org.opencastproject.caption.impl
Class CaptionImpl
java.lang.Object
org.opencastproject.caption.impl.CaptionImpl
- All Implemented Interfaces:
Caption
Implementation of
Caption. Caption text is stored in array where each element represents one caption line.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Get the caption text.Get the start time of the caption.Get the end time of the caption.
-
Constructor Details
-
CaptionImpl
-
-
Method Details
-
getCaption
Get the caption text.- Specified by:
getCaptionin interfaceCaption- Returns:
- caption text
-
getStartTime
Get the start time of the caption.- Specified by:
getStartTimein interfaceCaption- Returns:
- caption start time
-
getStopTime
Get the end time of the caption.- Specified by:
getStopTimein interfaceCaption- Returns:
- caption end time
-