OSDN Git Service

ConverterのProfileをインタフェース化
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / FfmpegOption.java
1 package yukihane.saccubus.converter.profile;
2
3 /**
4  *
5  * @author yuki
6  */
7 public interface FfmpegOption {
8
9     String getExtOption();
10
11     String getInOption();
12
13     String getMainOption();
14
15     String getOutOption();
16 }