Class MediaRelTimePointImpl

java.lang.Object
org.opencastproject.metadata.mpeg7.MediaTimePointImpl
org.opencastproject.metadata.mpeg7.MediaRelTimePointImpl
All Implemented Interfaces:
org.opencastproject.mediapackage.XmlElement, MediaTimePoint

public class MediaRelTimePointImpl extends MediaTimePointImpl implements MediaTimePoint
Implementation of a relative TimePoint.
  • Constructor Details

    • MediaRelTimePointImpl

      public MediaRelTimePointImpl()
      Creates a relative time point at T00:00:00:0F1000.
    • MediaRelTimePointImpl

      public MediaRelTimePointImpl(long milliseconds)
      Parameters:
      milliseconds -
    • MediaRelTimePointImpl

      public MediaRelTimePointImpl(int hour, int minute, int second, int fraction, int fractionsPerSecond)
      Parameters:
      hour - the number of hours
      minute - the number of minutes
      second - the number of seconds
      fraction - the number of fractions
      fractionsPerSecond - the number of fractions per second
  • Method Details