Package net.bramp.ffmpeg.progress
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetUri()The URL to parse to FFmpeg to communicate with this parservoidstart()voidstop()
-
-
-
Method Detail
-
start
void start() throws IOException
- Throws:
IOException
-
stop
void stop() throws IOException
- Throws:
IOException
-
-