// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst.PbUtils { using System; using System.Runtime.InteropServices; #region Autogenerated code [Flags] [GLib.GType (typeof (Gst.PbUtils.DiscovererSerializeFlagsGType))] public enum DiscovererSerializeFlags : uint { Basic = 0, Caps = 1, Tags = 2, Misc = 4, All = 7, } internal class DiscovererSerializeFlagsGType { [DllImport ("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_discoverer_serialize_flags_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_discoverer_serialize_flags_get_type ()); } } } #endregion }