INNER CODE UNIT · Java

clearCommands

microshow/RxFFmpeg · rxffmpeg/src/main/java/io/microshow/rxffmpeg/RxFFmpegCommandList.java:24

    public RxFFmpegCommandList clearCommands() {
        this.clear();
        return this;
    }

    /**
     * 追加命令
     *
     * @param s cmd
     * @return RxFFmpegCommandList
     */
    public RxFFmpegCommandList append(String s) {
        this.add(s);
        return this;
    }

    /**
     * 构建命令

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…