// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst.Rtsp { using System; using System.Runtime.InteropServices; #region Autogenerated code [GLib.GType (typeof (Gst.Rtsp.RTSPVersionGType))] public enum RTSPVersion { Invalid = 0, _110 = 16, _111 = 17, _220 = 32, } internal class RTSPVersionGType { [DllImport ("gstrtsp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_rtsp_version_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_rtsp_version_get_type ()); } } } #endregion }