Uses of Interface
org.opencastproject.inspection.api.MediaInspectionService
Packages that use MediaInspectionService
Package
Description
-
Uses of MediaInspectionService in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionprotected voidComposerServiceImpl.setMediaInspectionService(MediaInspectionService mediaInspectionService) Sets the media inspection service -
Uses of MediaInspectionService in org.opencastproject.execute.operation.handler
Methods in org.opencastproject.execute.operation.handler with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionprotected voidExecuteManyWorkflowOperationHandler.setMediaInspectionService(MediaInspectionService mediaInspectionService) Sets the media inspection serviceprotected voidExecuteOnceWorkflowOperationHandler.setMediaInspectionService(MediaInspectionService mediaInspectionService) Sets the media inspection service -
Uses of MediaInspectionService in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionstatic Function<MediaPackageElement, Job> IngestServiceImpl.newEnrichJob(MediaInspectionService svc) Create a media inspection job for a mediapackage element.voidIngestServiceImpl.setMediaInspectionService(MediaInspectionService mediaInspectionService) Sets the media inspection service -
Uses of MediaInspectionService in org.opencastproject.inspection.ffmpeg
Classes in org.opencastproject.inspection.ffmpeg that implement MediaInspectionService -
Uses of MediaInspectionService in org.opencastproject.inspection.ffmpeg.endpoints
Fields in org.opencastproject.inspection.ffmpeg.endpoints declared as MediaInspectionServiceModifier and TypeFieldDescriptionprotected MediaInspectionServiceMediaInspectionRestEndpoint.serviceThe inspection serviceMethods in org.opencastproject.inspection.ffmpeg.endpoints with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionvoidMediaInspectionRestEndpoint.setService(MediaInspectionService service) Sets the inspection servicevoidMediaInspectionRestEndpoint.unsetService(MediaInspectionService service) Removes the inspection service -
Uses of MediaInspectionService in org.opencastproject.inspection.remote
Classes in org.opencastproject.inspection.remote that implement MediaInspectionServiceModifier and TypeClassDescriptionclassProxies a remote media inspection service for use as a JVM-local service. -
Uses of MediaInspectionService in org.opencastproject.videoeditor.impl
Methods in org.opencastproject.videoeditor.impl with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionvoidVideoEditorServiceImpl.setMediaInspectionService(MediaInspectionService inspectionService) -
Uses of MediaInspectionService in org.opencastproject.workflow.handler.animate
Methods in org.opencastproject.workflow.handler.animate with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionvoidAnimateWorkflowOperationHandler.setMediaInspectionService(MediaInspectionService mediaInspectionService) -
Uses of MediaInspectionService in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionprotected voidInspectWorkflowOperationHandler.setInspectionService(MediaInspectionService inspectionService) Callback for the OSGi declarative services configuration. -
Uses of MediaInspectionService in org.opencastproject.workflow.handler.speechtotext
Methods in org.opencastproject.workflow.handler.speechtotext with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionvoidSpeechToTextAttachWorkflowOperationHandler.setMediaInspectionService(MediaInspectionService mediaInspectionService) voidSpeechToTextWorkflowOperationHandler.setMediaInspectionService(MediaInspectionService mediaInspectionService) -
Uses of MediaInspectionService in org.opencastproject.workflow.handler.videogrid
Methods in org.opencastproject.workflow.handler.videogrid with parameters of type MediaInspectionServiceModifier and TypeMethodDescriptionprotected voidVideoGridWorkflowOperationHandler.setMediaInspectionService(MediaInspectionService inspectionService)