summaryrefslogtreecommitdiffstats
path: root/bindings/csharp/tmedia_mode_t.cs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/csharp/tmedia_mode_t.cs')
-rw-r--r--bindings/csharp/tmedia_mode_t.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings/csharp/tmedia_mode_t.cs b/bindings/csharp/tmedia_mode_t.cs
new file mode 100644
index 0000000..c8b4fc4
--- /dev/null
+++ b/bindings/csharp/tmedia_mode_t.cs
@@ -0,0 +1,17 @@
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 2.0.9
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+namespace org.doubango.tinyWRAP {
+
+public enum tmedia_mode_t {
+ tmedia_mode_none,
+ tmedia_mode_optional,
+ tmedia_mode_mandatory
+}
+
+}
OpenPOWER on IntegriCloud