// 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 [Flags] [GLib.GType (typeof (Gst.PadProbeTypeGType))] public enum PadProbeType : uint { Invalid = 0, Idle = 1, Block = 2, Blocking = 3, Buffer = 16, BufferList = 32, EventDownstream = 64, DataDownstream = 112, BlockDownstream = 114, EventUpstream = 128, DataUpstream = 128, BlockUpstream = 130, EventBoth = 192, DataBoth = 240, EventFlush = 256, QueryDownstream = 512, QueryUpstream = 1024, QueryBoth = 1536, AllBoth = 1776, Push = 4096, Pull = 8192, Scheduling = 12288, } internal class PadProbeTypeGType { [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_pad_probe_type_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_pad_probe_type_get_type ()); } } } #endregion }