Uses of Interface
org.opencastproject.metadata.mpeg7.Mpeg7Catalog
Packages that use Mpeg7Catalog
Package
Description
-
Uses of Mpeg7Catalog in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement Mpeg7CatalogModifier and TypeClassDescriptionclassImplements the mpeg-7 metadata container.Methods in org.opencastproject.metadata.mpeg7 that return Mpeg7CatalogModifier and TypeMethodDescriptionMpeg7Catalog.clone()Mpeg7CatalogImpl.clone()Mpeg7CatalogService.load(InputStream in) Mpeg7CatalogService.newInstance()Methods in org.opencastproject.metadata.mpeg7 with parameters of type Mpeg7Catalog -
Uses of Mpeg7Catalog in org.opencastproject.videosegmenter.ffmpeg
Methods in org.opencastproject.videosegmenter.ffmpeg that return Mpeg7CatalogModifier 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 oneOptimizationStep.getMpeg7()get Mpeg7Catalog with segmentsprotected 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 lengthConstructors in org.opencastproject.videosegmenter.ffmpeg with parameters of type Mpeg7CatalogModifierConstructorDescriptionOptimizationStep(float changesThreshold, int segNum, int prefNum, Mpeg7Catalog mpeg7, LinkedList<Segment> segments) creates a new optimization step with given parameters -
Uses of Mpeg7Catalog in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that return Mpeg7CatalogModifier and TypeMethodDescriptionprotected Mpeg7CatalogSegmentPreviewsWorkflowOperationHandler.loadMpeg7Catalog(Catalog catalog) Loads an mpeg7 catalog from a mediapackage's catalog reference -
Uses of Mpeg7Catalog in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that return Mpeg7CatalogModifier and TypeMethodDescriptionprotected Mpeg7CatalogTextAnalysisWorkflowOperationHandler.loadMpeg7Catalog(Catalog catalog) Loads an mpeg7 catalog from a mediapackage's catalog referenceMethods in org.opencastproject.workflow.handler.textanalyzer that return types with arguments of type Mpeg7CatalogModifier and TypeMethodDescriptionprotected Map<Catalog, Mpeg7Catalog> TextAnalysisWorkflowOperationHandler.loadSegmentCatalogs(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Extracts the catalogs from the media package that match the requirements of flavor and tags specified in the operation handler.