Uses of Interface
com.github.kokorin.jaffree.process.ProcessHelper
Packages that use ProcessHelper
Package
Description
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
Classes used to interact with ffmpeg via local TCP connection.
Claases used to integrate with
Process.-
Uses of ProcessHelper in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return ProcessHelperModifier and TypeMethodDescriptionprotected ProcessHelperFFmpeg.createProgressHelper(ProgressListener listener) CreatesProcessHelperif required.BaseInOut.helperThread()HelperProcessHelperwhich should be ran in dedicated thread.Input.helperThread()HelperProcessHelperwhich should be ran in dedicated thread.Output.helperThread()HelperProcessHelperwhich should be ran in dedicated thread.final ProcessHelperTcpInput.helperThread()HelperProcessHelperwhich should be ran in dedicated thread.final ProcessHelperTcpOutput.helperThread()HelperProcessHelperwhich should be ran in dedicated thread. -
Uses of ProcessHelper in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return ProcessHelperModifier and TypeMethodDescriptionInput.helperThread()HelperProcessHelperwhich should be ran in dedicated thread.TcpInput.helperThread()HelperProcessHelperwhich should be ran in dedicated thread.final ProcessHelperUrlInput.helperThread()HelperProcessHelperwhich should be ran in dedicated thread. -
Uses of ProcessHelper in com.github.kokorin.jaffree.net
Classes in com.github.kokorin.jaffree.net that implement ProcessHelperModifier and TypeClassDescriptionclassSimple FTP server intended to work only with ffmpeg.classTcpServerimplementation usingTcpNegotiatorto serve TCP connection.classAbstract TCP Server implementingProcessHelper. -
Uses of ProcessHelper in com.github.kokorin.jaffree.process
Method parameters in com.github.kokorin.jaffree.process with type arguments of type ProcessHelperModifier and TypeMethodDescriptionProcessHandler.setHelpers(List<ProcessHelper> helpers) Set extraProcessHelpersthat must be executed in parallel with process.