Uses of Class
org.opencastproject.silencedetection.api.MediaSegments
Packages that use MediaSegments
Package
Description
-
Uses of MediaSegments in org.opencastproject.silencedetection.api
Methods in org.opencastproject.silencedetection.api that return MediaSegments -
Uses of MediaSegments in org.opencastproject.silencedetection.ffmpeg
Methods in org.opencastproject.silencedetection.ffmpeg that return MediaSegmentsModifier and TypeMethodDescriptionFFmpegSilenceDetector.getMediaSegments()Returns found media segments. -
Uses of MediaSegments in org.opencastproject.silencedetection.impl
Methods in org.opencastproject.silencedetection.impl that return MediaSegmentsModifier and TypeMethodDescriptionprotected MediaSegmentsSilenceDetectionServiceImpl.runDetection(Track track) Run silence detection on the source track and returnsMediaSegmentsXML as string.Methods in org.opencastproject.silencedetection.impl with parameters of type MediaSegmentsModifier and TypeMethodDescriptionprotected SmilSilenceDetectionServiceImpl.generateSmil(MediaSegments segments, List<Track> referenceTracks) Create a smil from given parameters.