Package net.bramp.ffmpeg
Interface ProcessFunction
-
- All Known Implementing Classes:
RunProcessFunction
public interface ProcessFunction
Runs a process returning a Reader to its stdout- Author:
- bramp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Processrun(List<String> args)
-
-
-
Method Detail
-
run
Process run(List<String> args) throws IOException
- Throws:
IOException
-
-