INNER CODE UNIT · Java
RxFFmpegCommandList
microshow/RxFFmpeg · rxffmpeg/src/main/java/io/microshow/rxffmpeg/RxFFmpegCommandList.java:13
public class RxFFmpegCommandList extends ArrayList<String> {
public RxFFmpegCommandList() {
super();
this.add("ffmpeg");
this.add("-y");
}
/**
* 清除命令集合
*/
public RxFFmpegCommandList clearCommands() {
this.clear();
return this;
}
/**
* 追加命令