All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.itshidu.ffmpeg.ProcessFunction Maven / Gradle / Ivy

The newest version!
package com.itshidu.ffmpeg;

import java.io.IOException;
import java.util.List;

/**
 * Runs a process returning a Reader to its stdout
 */
public interface ProcessFunction {
  Process run(List args) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy