OSDN Git Service

Convert再考
[coroid/inqubus.git] / frontend / src / saccubus / worker / classic / profile / OutputFileSetting.java
index 4e6f0ff..6732b70 100644 (file)
@@ -48,4 +48,14 @@ public class OutputFileSetting implements saccubus.worker.profile.OutputProfile
     public String getFileName() {
         throw new UnsupportedOperationException("Not supported yet.");
     }
     public String getFileName() {
         throw new UnsupportedOperationException("Not supported yet.");
     }
+
+    @Override
+    public String getVideoId() {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public String getTitile() {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
 }
 }