Interface FFMpegLineProcessor
- All Known Implementing Classes:
FFMpegLoggingLineProcessor,FFMpegRecordingLineProcessor
public interface FFMpegLineProcessor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessLine(String line) Process a line of output from FFMpeg.
-
Method Details
-
processLine
Process a line of output from FFMpeg.- Returns:
- false if the line indicates the end of the output
-