OSDN Git Service

インタフェースから投稿者コメント設定を削除
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / OutputFileSetting.java
1 package yukihane.saccubus.converter.profile;
2
3 public interface OutputFileSetting {
4
5     boolean isConvert();
6
7     boolean isAppendPrefixVideoId();
8
9     boolean isAddComment();
10
11     boolean isAddTcomment();
12
13     SFile getFile();
14 }