summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Sdp/Constants.cs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-03-11 21:39:46 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-03-11 21:47:35 -0300
commit2d00f898fb3af62a4e2972a9ad87f5250e38f3f9 (patch)
tree6fde51e02865a62e3d72b1ad3cbd191244b66063 /sources/generated/Gst.Sdp/Constants.cs
parentf9044e93e160b0f9a0cf86d8bc93a58665ec60cd (diff)
Move generated files to dedicated folders named by namespace
Making it cleaner and simpler to navigate and removing previous ugly and now useless hack where we were renaming files ourself to make meson happy.
Diffstat (limited to 'sources/generated/Gst.Sdp/Constants.cs')
-rw-r--r--sources/generated/Gst.Sdp/Constants.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/sources/generated/Gst.Sdp/Constants.cs b/sources/generated/Gst.Sdp/Constants.cs
new file mode 100644
index 0000000..a305c06
--- /dev/null
+++ b/sources/generated/Gst.Sdp/Constants.cs
@@ -0,0 +1,23 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst.Sdp {
+
+ using System;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Runtime.InteropServices;
+
+#region Autogenerated code
+ public partial class Constants {
+
+ public const int MIKEY_VERSION = 1;
+ public const string SDP_BWTYPE_AS = @"AS";
+ public const string SDP_BWTYPE_CT = @"CT";
+ public const string SDP_BWTYPE_EXT_PREFIX = @"X-";
+ public const string SDP_BWTYPE_RR = @"RR";
+ public const string SDP_BWTYPE_RS = @"RS";
+ public const string SDP_BWTYPE_TIAS = @"TIAS";
+#endregion
+ }
+}