Release 1.22.7
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.Audio / AudioChannelPosition.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.AudioChannelPositionGType))]
11         public enum AudioChannelPosition {
12
13                 None = -3,
14                 Mono = -2,
15                 Invalid = -1,
16                 FrontLeft = 0,
17                 FrontRight = 1,
18                 FrontCenter = 2,
19                 Lfe1 = 3,
20                 RearLeft = 4,
21                 RearRight = 5,
22                 FrontLeftOfCenter = 6,
23                 FrontRightOfCenter = 7,
24                 RearCenter = 8,
25                 Lfe2 = 9,
26                 SideLeft = 10,
27                 SideRight = 11,
28                 TopFrontLeft = 12,
29                 TopFrontRight = 13,
30                 TopFrontCenter = 14,
31                 TopCenter = 15,
32                 TopRearLeft = 16,
33                 TopRearRight = 17,
34                 TopSideLeft = 18,
35                 TopSideRight = 19,
36                 TopRearCenter = 20,
37                 BottomFrontCenter = 21,
38                 BottomFrontLeft = 22,
39                 BottomFrontRight = 23,
40                 WideLeft = 24,
41                 WideRight = 25,
42                 SurroundLeft = 26,
43                 SurroundRight = 27,
44         }
45
46         internal class AudioChannelPositionGType {
47                 [DllImport ("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
48                 static extern IntPtr gst_audio_channel_position_get_type ();
49
50                 public static GLib.GType GType {
51                         get {
52                                 return new GLib.GType (gst_audio_channel_position_get_type ());
53                         }
54                 }
55         }
56 #endregion
57 }