Release 1.22.7
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.Audio / AudioResamplerFilterInterpolation.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.AudioResamplerFilterInterpolationGType))]
11         public enum AudioResamplerFilterInterpolation {
12
13                 None = 0,
14                 Linear = 1,
15                 Cubic = 2,
16         }
17
18         internal class AudioResamplerFilterInterpolationGType {
19                 [DllImport ("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
20                 static extern IntPtr gst_audio_resampler_filter_interpolation_get_type ();
21
22                 public static GLib.GType GType {
23                         get {
24                                 return new GLib.GType (gst_audio_resampler_filter_interpolation_get_type ());
25                         }
26                 }
27         }
28 #endregion
29 }