Release 1.21.90
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / TracerValueScope.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.TracerValueScopeGType))]
11         public enum TracerValueScope {
12
13                 Process = 0,
14                 Thread = 1,
15                 Element = 2,
16                 Pad = 3,
17         }
18
19         internal class TracerValueScopeGType {
20                 [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
21                 static extern IntPtr gst_tracer_value_scope_get_type ();
22
23                 public static GLib.GType GType {
24                         get {
25                                 return new GLib.GType (gst_tracer_value_scope_get_type ());
26                         }
27                 }
28         }
29 #endregion
30 }