Interface Input

All Known Implementing Classes:
ChannelInput, PipeInput, TcpInput, UrlInput

public interface Input
Interface for any ffprobe input.
  • Method Details

    • getUrl

      String getUrl()
      Path or URL to be analyzed by ffprobe.
      Returns:
      path or URL
    • helperThread

      ProcessHelper helperThread()
      Helper ProcessHelper which should be ran in dedicated thread.
      Returns:
      null if no helper thread is needed, otherwise Runnable