Interface ProcessHelper

All Superinterfaces:
AutoCloseable, Closeable, Runnable
All Known Implementing Classes:
FtpServer, NegotiatingTcpServer, TcpServer

public interface ProcessHelper extends Runnable, Closeable
Interface to be implemented by and ffmpeg/ffprobe helpers which must be ran in parallel to ffprobe/ffmpeg process.
  • Method Summary

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface java.lang.Runnable

    run