// 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.EventTypeGType))] public enum EventType { Unknown = 0, FlushStart = 2563, FlushStop = 5127, StreamStart = 10254, Caps = 12814, Segment = 17934, StreamCollection = 19230, Tag = 20510, Buffersize = 23054, SinkMessage = 25630, StreamGroupDone = 26894, Eos = 28174, Toc = 30750, Protection = 33310, SegmentDone = 38406, Gap = 40966, InstantRateChange = 46090, Qos = 48641, Seek = 51201, Navigation = 53761, Latency = 56321, Step = 58881, Reconfigure = 61441, TocSelect = 64001, SelectStreams = 66561, InstantRateSyncTime = 66817, CustomUpstream = 69121, CustomDownstream = 71686, CustomDownstreamOob = 74242, CustomDownstreamSticky = 76830, CustomBoth = 79367, CustomBothOob = 81923, } internal class EventTypeGType { [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_event_type_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_event_type_get_type ()); } } } #endregion }