Back to development
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / TocScope.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.TocScopeGType))]
11         public enum TocScope {
12
13                 Global = 1,
14                 Current = 2,
15         }
16
17         internal class TocScopeGType {
18                 [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
19                 static extern IntPtr gst_toc_scope_get_type ();
20
21                 public static GLib.GType GType {
22                         get {
23                                 return new GLib.GType (gst_toc_scope_get_type ());
24                         }
25                 }
26         }
27 #endregion
28 }