Interface MediaTime
- All Superinterfaces:
XmlElement
- All Known Implementing Classes:
MediaRelTimeImpl,MediaTimeImpl
This interface defines the time constraints (start and duration) of a multimedia content element or segment.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the media duration.Returns the media time point, i. e. the starting time of the vidoe segement.Methods inherited from interface org.opencastproject.mediapackage.XmlElement
toXml
-
Method Details
-
getMediaTimePoint
MediaTimePoint getMediaTimePoint()Returns the media time point, i. e. the starting time of the vidoe segement.- Returns:
- the media time point
-
getMediaDuration
MediaDuration getMediaDuration()Returns the media duration.- Returns:
- the media duration
-