1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
7 using System.Runtime.InteropServices;
9 #region Autogenerated code
10 [GLib.GType (typeof (Gst.TaskStateGType))]
11 public enum TaskState {
18 internal class TaskStateGType {
19 [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
20 static extern IntPtr gst_task_state_get_type ();
22 public static GLib.GType GType {
24 return new GLib.GType (gst_task_state_get_type ());