Release 1.21.90
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / ParamFraction.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.Collections;
8         using System.Collections.Generic;
9         using System.Runtime.InteropServices;
10
11 #region Autogenerated code
12         public partial class ParamFraction : GLib.Opaque {
13
14                 [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
15                 static extern IntPtr gst_param_spec_fraction_get_type();
16
17                 public static GLib.GType GType { 
18                         get {
19                                 IntPtr raw_ret = gst_param_spec_fraction_get_type();
20                                 GLib.GType ret = new GLib.GType(raw_ret);
21                                 return ret;
22                         }
23                 }
24
25                 public ParamFraction(IntPtr raw) : base(raw) {}
26
27
28                 // Internal representation of the wrapped structure ABI.
29                 static GLib.AbiStruct _abi_info = null;
30                 static public GLib.AbiStruct abi_info {
31                         get {
32                                 if (_abi_info == null)
33                                         _abi_info = new GLib.AbiStruct (new List<GLib.AbiField>{ 
34                                         });
35
36                                 return _abi_info;
37                         }
38                 }
39
40
41                 // End of the ABI representation.
42
43 #endregion
44         }
45 }