Uses of Interface
org.opencastproject.metadata.mpeg7.MediaTimePoint
Packages that use MediaTimePoint
-
Uses of MediaTimePoint in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement MediaTimePointModifier and TypeClassDescriptionclassImplementation of a relativeTimePoint.classTODO: Comment me!Fields in org.opencastproject.metadata.mpeg7 declared as MediaTimePointModifier and TypeFieldDescriptionprotected MediaTimePointMediaTimeImpl.mediaTimePointThe media time pointMethods in org.opencastproject.metadata.mpeg7 that return MediaTimePointModifier and TypeMethodDescriptionMediaTime.getMediaTimePoint()Returns the media time point, i. e. the starting time of the vidoe segement.MediaTimeImpl.getMediaTimePoint()Methods in org.opencastproject.metadata.mpeg7 with parameters of type MediaTimePointModifier and TypeMethodDescriptionvoidMediaTimePointImpl.setReferenceTimePoint(MediaTimePoint timePoint) Sets a reference time point which makes this time point relative to the given one.Constructors in org.opencastproject.metadata.mpeg7 with parameters of type MediaTimePointModifierConstructorDescriptionMediaTimeImpl(MediaTimePoint timePoint, MediaDuration duration) Creates a media time object representing the given timepoint and duration.