Uses of Interface
org.opencastproject.videosegmenter.api.VideoSegmenterService
Packages that use VideoSegmenterService
Package
Description
-
Uses of VideoSegmenterService in org.opencastproject.videosegmenter.ffmpeg
Classes in org.opencastproject.videosegmenter.ffmpeg that implement VideoSegmenterServiceModifier and TypeClassDescriptionclassMedia analysis plugin that takes a video stream and extracts video segments by trying to detect slide and/or scene changes. -
Uses of VideoSegmenterService in org.opencastproject.videosegmenter.ffmpeg.endpoint
Fields in org.opencastproject.videosegmenter.ffmpeg.endpoint declared as VideoSegmenterServiceModifier and TypeFieldDescriptionprotected VideoSegmenterServiceVideoSegmenterRestEndpoint.serviceThe video segmenterMethods in org.opencastproject.videosegmenter.ffmpeg.endpoint with parameters of type VideoSegmenterServiceModifier and TypeMethodDescriptionprotected voidVideoSegmenterRestEndpoint.setVideoSegmenter(VideoSegmenterService videoSegmenter) Sets the segmenter -
Uses of VideoSegmenterService in org.opencastproject.videosegmenter.remote
Classes in org.opencastproject.videosegmenter.remote that implement VideoSegmenterService -
Uses of VideoSegmenterService in org.opencastproject.workflow.handler.videosegmenter
Methods in org.opencastproject.workflow.handler.videosegmenter with parameters of type VideoSegmenterServiceModifier and TypeMethodDescriptionprotected voidVideoSegmenterWorkflowOperationHandler.setVideoSegmenter(VideoSegmenterService videosegmenter) Callback for declarative services configuration that will introduce us to the videosegmenter service.