Uses of Interface
ws.schild.jave.progress.VideoProgressListener
-
Packages that use VideoProgressListener Package Description ws.schild.jave ws.schild.jave.progress -
-
Uses of VideoProgressListener in ws.schild.jave
Methods in ws.schild.jave with parameters of type VideoProgressListener Modifier and Type Method Description voidVideoProcessor. catClipsTogether(java.util.List<java.io.File> videos, java.io.File destination, VideoProgressListener progress)Concatenate input video files to a destination file.Destination file and parent directory must be writeable. -
Uses of VideoProgressListener in ws.schild.jave.progress
Classes in ws.schild.jave.progress that implement VideoProgressListener Modifier and Type Class Description classEchoingProgressListenerSimple class to echo progress to Standard out - or any PrintStream.Fields in ws.schild.jave.progress declared as VideoProgressListener Modifier and Type Field Description private VideoProgressListenerEncoderProgressAdapter. listenerConstructors in ws.schild.jave.progress with parameters of type VideoProgressListener Constructor Description EncoderProgressAdapter(VideoProgressListener listener)
-