OSDN Git Service

Configのパッケージ移動
[coroid/inqubus.git] / frontend / src / saccubus / worker / profile / VideoProfile.java
1 package saccubus.worker.profile;
2
3 /**
4  * 変換対象となる動画ファイル情報を保持するためのプロファイルです.
5  * @author yuki
6  */
7 public interface VideoProfile extends Inputable {
8 }