Class SilenceDetectionServiceRemote
- java.lang.Object
-
- org.opencastproject.serviceregistry.api.RemoteBase
-
- org.opencastproject.silencedetection.remote.SilenceDetectionServiceRemote
-
- All Implemented Interfaces:
org.opencastproject.silencedetection.api.SilenceDetectionService
public class SilenceDetectionServiceRemote extends org.opencastproject.serviceregistry.api.RemoteBase implements org.opencastproject.silencedetection.api.SilenceDetectionServiceSilence dedection service proxy for use as a JVM local service.
-
-
Constructor Summary
Constructors Constructor Description SilenceDetectionServiceRemote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opencastproject.job.api.Jobdetect(org.opencastproject.mediapackage.Track sourceTrack)org.opencastproject.job.api.Jobdetect(org.opencastproject.mediapackage.Track sourceTrack, org.opencastproject.mediapackage.Track[] referencedTracks)
-
-
-
Method Detail
-
detect
public org.opencastproject.job.api.Job detect(org.opencastproject.mediapackage.Track sourceTrack) throws org.opencastproject.silencedetection.api.SilenceDetectionFailedException- Specified by:
detectin interfaceorg.opencastproject.silencedetection.api.SilenceDetectionService- Throws:
org.opencastproject.silencedetection.api.SilenceDetectionFailedException
-
detect
public org.opencastproject.job.api.Job detect(org.opencastproject.mediapackage.Track sourceTrack, org.opencastproject.mediapackage.Track[] referencedTracks) throws org.opencastproject.silencedetection.api.SilenceDetectionFailedException- Specified by:
detectin interfaceorg.opencastproject.silencedetection.api.SilenceDetectionService- Throws:
org.opencastproject.silencedetection.api.SilenceDetectionFailedException
-
-