Uses of Interface
org.opencastproject.metadata.mpeg7.Segment
Packages that use Segment
-
Uses of Segment in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 with type parameters of type SegmentModifier and TypeClassDescriptionclassMultimediaContentTypeImpl<S extends Segment>TODO: Comment me!interfaceTemporalDecomposition<T extends Segment>This interface describes that basis for a temporal decomposition of an audio, video or audiovisual content element.classTemporalDecompositionImpl<T extends Segment>Default implementation of the temporal decomposition.Subinterfaces of Segment in org.opencastproject.metadata.mpeg7Modifier and TypeInterfaceDescriptioninterfaceAn audio segment represents a temporal decomposition of the audio stream that may have properties like text annotations attached to it.interfaceAn audiovisual segment represents a temporal decomposition of the audiovisual stream that may have properties like text annotations attached to it.interfaceA video segment represents a temporal decomposition of the video stream that may have properties like text annotations attached to it.Classes in org.opencastproject.metadata.mpeg7 that implement SegmentMethods in org.opencastproject.metadata.mpeg7 that return types with arguments of type SegmentModifier and TypeMethodDescriptionTemporalDecomposition<? extends Segment> MultimediaContentType.getTemporalDecomposition()Returns the temmporal decomposition (segments) of the content element. -
Uses of Segment in org.opencastproject.videosegmenter.ffmpeg
Methods in org.opencastproject.videosegmenter.ffmpeg that return types with arguments of type SegmentMethod parameters in org.opencastproject.videosegmenter.ffmpeg with type arguments of type SegmentModifier and TypeMethodDescriptionprotected Mpeg7CatalogVideoSegmenterServiceImpl.filterSegmentation(LinkedList<Segment> segments, Track track, LinkedList<Segment> segmentsNew) Merges small subsequent segments (with high difference) into a bigger oneprotected Mpeg7CatalogVideoSegmenterServiceImpl.filterSegmentation(LinkedList<Segment> segments, Track track, LinkedList<Segment> segmentsNew, int mergeThresh) Merges small subsequent segments (with high difference) into a bigger oneprotected Mpeg7CatalogVideoSegmenterServiceImpl.uniformSegmentation(Track track, LinkedList<Segment> segmentsNew, int prefNumber) Creates a uniform segmentation for a given track, with prefNumber as the number of segments which will all have the same lengthConstructor parameters in org.opencastproject.videosegmenter.ffmpeg with type arguments of type SegmentModifierConstructorDescriptionOptimizationStep(float changesThreshold, int segNum, int prefNum, Mpeg7Catalog mpeg7, LinkedList<Segment> segments) creates a new optimization step with given parameters