OSDN Git Service

インタフェース名変更: GeneralSetting -> GeneralProfile
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / OutputProfile.java
1 package yukihane.saccubus.converter.profile;
2
3 public interface OutputProfile {
4
5     boolean isConvert();
6
7     boolean isAppendPrefixVideoId();
8
9     boolean isAddComment();
10
11     boolean isAddTcomment();
12
13     SFile getFile();
14 }