Interface MediaTime

All Superinterfaces:
org.opencastproject.mediapackage.XmlElement
All Known Implementing Classes:
MediaRelTimeImpl, MediaTimeImpl

public interface MediaTime extends org.opencastproject.mediapackage.XmlElement
This interface defines the time constraints (start and duration) of a multimedia content element or segment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns 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