1 package yukihane.saccubus.converter.profile;
7 public interface Profile {
9 LoinProfile getLoginInfo();
11 ProxyProfile getProxySetting();
13 VideoProfile getVideoSetting();
15 CommentProfile getCommentSetting();
17 OutputProfile getOutputFileSetting();
19 boolean needsConvert();
21 FfmpegProfile getFfmpeg();
23 GeneralSetting getGeneralSetting();