Class MediaTimePointImpl

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

public class MediaTimePointImpl extends Object implements MediaTimePoint
TODO: Comment me!
  • Field Details

    • year

      protected int year
      The year
    • month

      protected int month
      The month
    • day

      protected int day
      The day of month
    • hour

      protected int hour
      The number of hour
    • minute

      protected int minute
      The nubmer of minutes
    • second

      protected int second
      The number of seconds
    • fractions

      protected int fractions
      The fraction
    • fractionsPerSecond

      protected int fractionsPerSecond
      The number of fractions per second
    • timeZone

      protected String timeZone
      The time zone
  • Constructor Details

    • MediaTimePointImpl

      public MediaTimePointImpl()
      Creates a new media time point representing T00:00:00:0F0
    • MediaTimePointImpl

      public MediaTimePointImpl(long milliseconds)
      Creates a new timepoint representing the given time.
      Parameters:
      milliseconds - the number of milliseconds
  • Method Details