Uses of Interface
com.github.kokorin.jaffree.process.Stopper
Packages that use Stopper
-
Uses of Stopper in com.github.kokorin.jaffree.ffmpeg
Classes in com.github.kokorin.jaffree.ffmpeg that implement StopperModifier and TypeClassDescriptionclassImplementStopperto allow forceful and graceful ffmpeg stop.Methods in com.github.kokorin.jaffree.ffmpeg that return StopperModifier and TypeMethodDescriptionprotected StopperFFmpeg.createStopper()CreatesStopperwhich is used to stop ffmpeg gracefully and forcefully.Constructors in com.github.kokorin.jaffree.ffmpeg with parameters of type StopperModifierConstructorDescriptionFFmpegResultFuture(CompletableFuture<FFmpegResult> resultFuture, Stopper stopper) CreatesFFmpegResultFuture. -
Uses of Stopper in com.github.kokorin.jaffree.process
Methods in com.github.kokorin.jaffree.process with parameters of type StopperModifier and TypeMethodDescriptionProcessHandler.setStopper(Stopper stopper) SetsStopperwhich can be used to interrupt program execution.