Uses of Interface
org.opencastproject.sox.api.SoxService
Packages that use SoxService
Package
Description
-
Uses of SoxService in org.opencastproject.sox.impl
Classes in org.opencastproject.sox.impl that implement SoxService -
Uses of SoxService in org.opencastproject.sox.impl.endpoint
Fields in org.opencastproject.sox.impl.endpoint declared as SoxServiceModifier and TypeFieldDescriptionprotected SoxServiceSoxRestService.soxServiceThe composer serviceMethods in org.opencastproject.sox.impl.endpoint with parameters of type SoxServiceModifier and TypeMethodDescriptionvoidSoxRestService.setSoxService(SoxService soxService) Sets the SoX service. -
Uses of SoxService in org.opencastproject.sox.remote
Classes in org.opencastproject.sox.remote that implement SoxService -
Uses of SoxService in org.opencastproject.workflow.handler.sox
Methods in org.opencastproject.workflow.handler.sox with parameters of type SoxServiceModifier and TypeMethodDescriptionprotected voidAnalyzeAudioWorkflowOperationHandler.setSoxService(SoxService soxService) Callback for the OSGi declarative services configuration.protected voidNormalizeAudioWorkflowOperationHandler.setSoxService(SoxService soxService) Callback for the OSGi declarative services configuration.