Release 1.22.7
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.Audio / AudioNoiseShapingMethod.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst.Audio {
5
6         using System;
7         using System.Runtime.InteropServices;
8
9 #region Autogenerated code
10         [GLib.GType (typeof (Gst.Audio.AudioNoiseShapingMethodGType))]
11         public enum AudioNoiseShapingMethod {
12
13                 None = 0,
14                 ErrorFeedback = 1,
15                 Simple = 2,
16                 Medium = 3,
17                 High = 4,
18         }
19
20         internal class AudioNoiseShapingMethodGType {
21                 [DllImport ("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
22                 static extern IntPtr gst_audio_noise_shaping_method_get_type ();
23
24                 public static GLib.GType GType {
25                         get {
26                                 return new GLib.GType (gst_audio_noise_shaping_method_get_type ());
27                         }
28                 }
29         }
30 #endregion
31 }