Uses of Interface
com.github.kokorin.jaffree.ffmpeg.OutputListener
Packages that use OutputListener
-
Uses of OutputListener in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type OutputListenerModifier and TypeMethodDescriptionprotected StdReader<FFmpegResult> FFmpeg.createStdErrReader(OutputListener listener) CreatesStdReaderwhich is used to read ffmpeg stderr.FFmpeg.setOutputListener(OutputListener outputListener) Supply custom OutputListener to receive ffmpeg output.Constructors in com.github.kokorin.jaffree.ffmpeg with parameters of type OutputListenerModifierConstructorDescriptionFFmpegResultReader(OutputListener outputListener) CreatesFFmpegResultReader.