// 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.ClockReturnGType))] public enum ClockReturn { Ok = 0, Early = 1, Unscheduled = 2, Busy = 3, Badtime = 4, Error = 5, Unsupported = 6, Done = 7, } internal class ClockReturnGType { [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_clock_return_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_clock_return_get_type ()); } } } #endregion }