Package net.bramp.ffmpeg.progress
Interface ProgressParser
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
AbstractSocketProgressParser
,TcpProgressParser
,UdpProgressParser
Parses the FFmpeg progress fields
-
Method Summary
-
Method Details
-
start
- Throws:
IOException
-
stop
- Throws:
IOException
-
getUri
The URL to parse to FFmpeg to communicate with this parser- Returns:
- The URI to communicate with FFmpeg.
-