Back to development
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / ResourceError.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.ResourceErrorGType))]
11         public enum ResourceError {
12
13                 Failed = 1,
14                 TooLazy = 2,
15                 NotFound = 3,
16                 Busy = 4,
17                 OpenRead = 5,
18                 OpenWrite = 6,
19                 OpenReadWrite = 7,
20                 Close = 8,
21                 Read = 9,
22                 Write = 10,
23                 Seek = 11,
24                 Sync = 12,
25                 Settings = 13,
26                 NoSpaceLeft = 14,
27                 NotAuthorized = 15,
28                 NumErrors = 16,
29         }
30
31         internal class ResourceErrorGType {
32                 [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
33                 static extern IntPtr gst_resource_error_get_type ();
34
35                 public static GLib.GType GType {
36                         get {
37                                 return new GLib.GType (gst_resource_error_get_type ());
38                         }
39                 }
40         }
41 #endregion
42 }