OSDN Git Service

add win/C# diff files
[handbrake-jp/handbrake-jp.git] / win / C# / HandBrake.ApplicationServices / Model / SubtitleType.cs.diff
diff --git a/win/C#/HandBrake.ApplicationServices/Model/SubtitleType.cs.diff b/win/C#/HandBrake.ApplicationServices/Model/SubtitleType.cs.diff
new file mode 100644 (file)
index 0000000..50a20b6
--- /dev/null
@@ -0,0 +1,37 @@
+diff --git a/win/C#/HandBrake.ApplicationServices/Model/SubtitleType.cs b/win/C#/HandBrake.ApplicationServices/Model/SubtitleType.cs
+new file mode 100644
+index 0000000..f362a4b
+--- /dev/null
++++ b/win/C#/HandBrake.ApplicationServices/Model/SubtitleType.cs
+@@ -0,0 +1,30 @@
++/*  SubtitleType.cs $\r
++    This file is part of the HandBrake source code.\r
++    Homepage: <http://handbrake.fr>.\r
++    It may be used under the terms of the GNU General Public License. */\r
++\r
++namespace HandBrake.ApplicationServices.Model\r
++{\r
++    using System.ComponentModel;\r
++\r
++    /// <summary>\r
++    /// Subtitle Type. \r
++    /// </summary>\r
++    public enum SubtitleType\r
++    {\r
++        [Description("SSA")]\r
++        SSA,\r
++        [Description("SRT")]\r
++        SRT,\r
++        [Description("VobSub")]\r
++        VobSub,\r
++        [Description("CC")]\r
++        CC,\r
++        [Description("UTF8")]\r
++        UTF8Sub,\r
++        [Description("TX3G")]\r
++        TX3G,\r
++        [Description("Unknown")]\r
++        Unknown\r
++    }\r
++}
+\ No newline at end of file