Interface ProgressParser

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AbstractSocketProgressParser, TcpProgressParser, UdpProgressParser

public interface ProgressParser extends Closeable
Parses the FFmpeg progress fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    The URL to parse to FFmpeg to communicate with this parser.
    void
    Starts the progress parser.
    void
    Stops the progress parser.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details