summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Rtsp/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Rtsp/Constants.cs')
-rw-r--r--sources/generated/Gst.Rtsp/Constants.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/sources/generated/Gst.Rtsp/Constants.cs b/sources/generated/Gst.Rtsp/Constants.cs
new file mode 100644
index 0000000..48083a6
--- /dev/null
+++ b/sources/generated/Gst.Rtsp/Constants.cs
@@ -0,0 +1,17 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst.Rtsp {
+
+ using System;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Runtime.InteropServices;
+
+#region Autogenerated code
+ public partial class Constants {
+
+ public const int RTSP_DEFAULT_PORT = 554;
+#endregion
+ }
+}