Release 1.20.0
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.PbUtils / DiscovererResult.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst.PbUtils {
5
6         using System;
7         using System.Runtime.InteropServices;
8
9 #region Autogenerated code
10         [GLib.GType (typeof (Gst.PbUtils.DiscovererResultGType))]
11         public enum DiscovererResult {
12
13                 Ok = 0,
14                 UriInvalid = 1,
15                 Error = 2,
16                 Timeout = 3,
17                 Busy = 4,
18                 MissingPlugins = 5,
19         }
20
21         internal class DiscovererResultGType {
22                 [DllImport ("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
23                 static extern IntPtr gst_discoverer_result_get_type ();
24
25                 public static GLib.GType GType {
26                         get {
27                                 return new GLib.GType (gst_discoverer_result_get_type ());
28                         }
29                 }
30         }
31 #endregion
32 }