Uses of Interface
org.opencastproject.metadata.mpeg7.MediaTime
-
Uses of MediaTime in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement MediaTimeModifier and TypeClassDescriptionclassMediaTimethat contains a relativeMediaTimePoint.classTODO: Comment me!Fields in org.opencastproject.metadata.mpeg7 declared as MediaTimeModifier and TypeFieldDescriptionprotected MediaTimeMultimediaContentTypeImpl.mediaTimeThe content time contraintsprotected MediaTimeSegmentImpl.mediaTimeThe content time contraintsprotected MediaTimeSpatioTemporalLocatorImpl.mediaTimeThe media timeMethods in org.opencastproject.metadata.mpeg7 that return MediaTimeModifier and TypeMethodDescriptionMultimediaContentType.getMediaTime()Returns the track's time constraints.MultimediaContentTypeImpl.getMediaTime()Segment.getMediaTime()Returns the segment's time constraints.SegmentImpl.getMediaTime()SpatioTemporalLocator.getMediaTime()Returns the locator's time and duration.SpatioTemporalLocatorImpl.getMediaTime()Returns the locator's time and duration.static MediaTimeParses a media time and duration.Methods in org.opencastproject.metadata.mpeg7 with parameters of type MediaTimeModifier and TypeMethodDescriptionMpeg7.addAudioContent(String id, MediaTime time, MediaLocator locator) Adds audio content to the catalog.Mpeg7CatalogImpl.addAudioContent(String id, MediaTime time, MediaLocator locator) Mpeg7.addAudioVisualContent(String id, MediaTime time, MediaLocator locator) Adds audiovisual content to the catalog.Mpeg7CatalogImpl.addAudioVisualContent(String id, MediaTime time, MediaLocator locator) Mpeg7.addVideoContent(String id, MediaTime time, MediaLocator locator) Adds video content to the catalog.Mpeg7CatalogImpl.addVideoContent(String id, MediaTime time, MediaLocator locator) SpatioTemporalDecomposition.addVideoText(Textual text, Rectangle boundary, MediaTime time) Adds the specified text as aVideoTextelement to the decomposition.SpatioTemporalDecompositionImpl.addVideoText(Textual text, Rectangle boundary, MediaTime time) Adds the specified text as aVideoTextelement to the decomposition.voidMultimediaContentType.setMediaTime(MediaTime time) Sets the media time constraints for this multimedia content element.voidMultimediaContentTypeImpl.setMediaTime(MediaTime time) Sets the content's media time constraints.voidSegment.setMediaTime(MediaTime mediaTime) Sets the segment's media time constraints.voidSegmentImpl.setMediaTime(MediaTime mediaTime) voidSpatioTemporalLocator.setMediaTime(MediaTime time) Sets the media time.voidSpatioTemporalLocatorImpl.setMediaTime(MediaTime time) Sets the media time.Constructors in org.opencastproject.metadata.mpeg7 with parameters of type MediaTimeModifierConstructorDescriptionCreates a new spatio temporal locator.VideoTextImpl(String id, Textual text, Rectangle boundary, MediaTime time) Creates a newVideoTextelement with the given id, text and text boundary.