// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst.Base { using System; using System.Runtime.InteropServices; #region Autogenerated code [Flags] public enum CollectPadsStateFlags { Eos = 1, Flushing = 2, NewSegment = 4, Waiting = 8, Locked = 16, } #endregion }