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