Release 1.22.7
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.Audio / AudioRingBufferFormatType.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.AudioRingBufferFormatTypeGType))]
11         public enum AudioRingBufferFormatType {
12
13                 Raw = 0,
14                 MuLaw = 1,
15                 ALaw = 2,
16                 ImaAdpcm = 3,
17                 Mpeg = 4,
18                 Gsm = 5,
19                 Iec958 = 6,
20                 Ac3 = 7,
21                 Eac3 = 8,
22                 Dts = 9,
23                 Mpeg2Aac = 10,
24                 Mpeg4Aac = 11,
25                 Mpeg2AacRaw = 12,
26                 Mpeg4AacRaw = 13,
27                 Flac = 14,
28         }
29
30         internal class AudioRingBufferFormatTypeGType {
31                 [DllImport ("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
32                 static extern IntPtr gst_audio_ring_buffer_format_type_get_type ();
33
34                 public static GLib.GType GType {
35                         get {
36                                 return new GLib.GType (gst_audio_ring_buffer_format_type_get_type ());
37                         }
38                 }
39         }
40 #endregion
41 }