OSDN Git Service

import original 0.9.5 release
[handbrake-jp/handbrake-jp.git] / win / C# / interop / Model / Encoding / OutputFormat.cs
diff --git a/win/C#/interop/Model/Encoding/OutputFormat.cs b/win/C#/interop/Model/Encoding/OutputFormat.cs
new file mode 100644 (file)
index 0000000..52549e7
--- /dev/null
@@ -0,0 +1,16 @@
+using System;\r
+using System.Collections.Generic;\r
+using System.Linq;\r
+using System.Text;\r
+using System.ComponentModel;\r
+\r
+namespace HandBrake.Interop\r
+{\r
+    public enum OutputFormat\r
+    {\r
+        [DisplayString("MP4")]\r
+        Mp4,\r
+        [DisplayString("MKV")]\r
+        Mkv\r
+    }\r
+}\r