Back to development
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / TocEntryType.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst {
5
6         using System;
7         using System.Runtime.InteropServices;
8
9 #region Autogenerated code
10         [GLib.GType (typeof (Gst.TocEntryTypeGType))]
11         public enum TocEntryType {
12
13                 Angle = -3,
14                 Version = -2,
15                 Edition = -1,
16                 Invalid = 0,
17                 Title = 1,
18                 Track = 2,
19                 Chapter = 3,
20         }
21
22         internal class TocEntryTypeGType {
23                 [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
24                 static extern IntPtr gst_toc_entry_type_get_type ();
25
26                 public static GLib.GType GType {
27                         get {
28                                 return new GLib.GType (gst_toc_entry_type_get_type ());
29                         }
30                 }
31         }
32 #endregion
33 }