// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst.Audio { using System; using System.Runtime.InteropServices; #region Autogenerated code [GLib.GType (typeof (Gst.Audio.DsdFormatGType))] public enum DsdFormat { DsdFormatUnknown = 0, DsdFormatU8 = 1, DsdFormatU16le = 2, DsdFormatU16 = 2, DsdFormatU16be = 3, DsdFormatU32le = 4, DsdFormatU32 = 4, DsdFormatU32be = 5, NumDsdFormats = 6, } internal class DsdFormatGType { [DllImport ("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_dsd_format_get_type (); public static GLib.GType GType { get { return new GLib.GType (gst_dsd_format_get_type ()); } } } #endregion }