Uses of Class
org.opencastproject.waveform.api.WaveformServiceException
Packages that use WaveformServiceException
Package
Description
-
Uses of WaveformServiceException in org.opencastproject.waveform.api
Methods in org.opencastproject.waveform.api that throw WaveformServiceExceptionModifier and TypeMethodDescriptionWaveformService.createWaveformImage(Track sourceTrack, int pixelPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create a waveform image. -
Uses of WaveformServiceException in org.opencastproject.waveform.ffmpeg
Methods in org.opencastproject.waveform.ffmpeg that throw WaveformServiceExceptionModifier and TypeMethodDescriptionWaveformServiceImpl.createWaveformImage(Track sourceTrack, int pixelsPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create a waveform image. -
Uses of WaveformServiceException in org.opencastproject.waveform.remote
Methods in org.opencastproject.waveform.remote that throw WaveformServiceExceptionModifier and TypeMethodDescriptionWaveformServiceRemote.createWaveformImage(Track sourceTrack, int pixelsPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create an waveform image using a remote service.