// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst { using System; using System.Runtime.InteropServices; #region Autogenerated code [GLib.GType (typeof (Gst.FlowReturnGType))] public enum FlowReturn { CustomError2 = -102, CustomError1 = -101, CustomError = -100, NotSupported = -6, Error = -5, NotNegotiated = -4, Eos = -3, Flushing = -2, NotLinked = -1, Ok = 0, CustomSuccess = 100, CustomSuccess1 = 101, CustomSuccess2 = 102, } internal class FlowReturnGType { [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_flow_return_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_flow_return_get_type ()); } } } #endregion }