Class MediaDurationImpl

java.lang.Object
org.opencastproject.metadata.mpeg7.MediaDurationImpl
All Implemented Interfaces:
XmlElement, MediaDuration

public class MediaDurationImpl extends Object implements MediaDuration
TODO: Comment me!
  • Constructor Details

    • MediaDurationImpl

      public MediaDurationImpl()
      Creates a media duration representing PD0T00H00M00S00N0F.
    • MediaDurationImpl

      public MediaDurationImpl(long milliseconds)
      Creates a media duration representing the given long value.
  • Method Details