From 6bada6f67d29a73c416293f2640a2e8d917dab09 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 19 Mar 2018 15:49:25 -0300 Subject: Generate bindings for the new GstWebRTC library --- .../Gst.WebRTC/WebRTCICEConnectionState.cs | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sources/generated/Gst.WebRTC/WebRTCICEConnectionState.cs (limited to 'sources/generated/Gst.WebRTC/WebRTCICEConnectionState.cs') diff --git a/sources/generated/Gst.WebRTC/WebRTCICEConnectionState.cs b/sources/generated/Gst.WebRTC/WebRTCICEConnectionState.cs new file mode 100644 index 0000000..f894208 --- /dev/null +++ b/sources/generated/Gst.WebRTC/WebRTCICEConnectionState.cs @@ -0,0 +1,33 @@ +// This file was generated by the Gtk# code generator. +// Any changes made will be lost if regenerated. + +namespace Gst.WebRTC { + + using System; + using System.Runtime.InteropServices; + +#region Autogenerated code + [GLib.GType (typeof (Gst.WebRTC.WebRTCICEConnectionStateGType))] + public enum WebRTCICEConnectionState { + + New = 0, + Checking = 1, + Connected = 2, + Completed = 3, + Failed = 4, + Disconnected = 5, + Closed = 6, + } + + internal class WebRTCICEConnectionStateGType { + [DllImport ("libgstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + static extern IntPtr gst_webrtc_ice_connection_state_get_type (); + + public static GLib.GType GType { + get { + return new GLib.GType (gst_webrtc_ice_connection_state_get_type ()); + } + } + } +#endregion +} -- cgit v1.2.3