summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Value.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Value.cs')
-rw-r--r--sources/generated/Gst/Value.cs96
1 files changed, 48 insertions, 48 deletions
diff --git a/sources/generated/Gst/Value.cs b/sources/generated/Gst/Value.cs
index 91563a0..39fecee 100644
--- a/sources/generated/Gst/Value.cs
+++ b/sources/generated/Gst/Value.cs
@@ -9,7 +9,7 @@ namespace Gst {
#region Autogenerated code
public partial class Value {
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_can_compare(IntPtr value1, IntPtr value2);
public static bool CanCompare(GLib.Value value1, GLib.Value value2) {
@@ -22,7 +22,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_can_intersect(IntPtr value1, IntPtr value2);
public static bool CanIntersect(GLib.Value value1, GLib.Value value2) {
@@ -35,7 +35,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_can_subtract(IntPtr minuend, IntPtr subtrahend);
public static bool CanSubtract(GLib.Value minuend, GLib.Value subtrahend) {
@@ -48,7 +48,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_can_union(IntPtr value1, IntPtr value2);
public static bool CanUnion(GLib.Value value1, GLib.Value value2) {
@@ -61,7 +61,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_value_compare(IntPtr value1, IntPtr value2);
public static int Compare(GLib.Value value1, GLib.Value value2) {
@@ -74,7 +74,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_deserialize(IntPtr dest, IntPtr src);
public static bool Deserialize(out GLib.Value dest, string src) {
@@ -88,7 +88,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_fixate(IntPtr dest, IntPtr src);
public static bool Fixate(GLib.Value dest, GLib.Value src) {
@@ -101,7 +101,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_fraction_multiply(IntPtr product, IntPtr factor1, IntPtr factor2);
public static bool FractionMultiply(GLib.Value product, GLib.Value factor1, GLib.Value factor2) {
@@ -116,7 +116,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_fraction_subtract(IntPtr dest, IntPtr minuend, IntPtr subtrahend);
public static bool FractionSubtract(GLib.Value dest, GLib.Value minuend, GLib.Value subtrahend) {
@@ -131,7 +131,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_value_get_bitmask(IntPtr value);
public static ulong GetBitmask(GLib.Value value) {
@@ -142,7 +142,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_value_get_caps(IntPtr value);
public static Gst.Caps GetCaps(GLib.Value value) {
@@ -153,7 +153,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_value_get_caps_features(IntPtr value);
public static Gst.CapsFeatures GetCapsFeatures(GLib.Value value) {
@@ -164,7 +164,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern double gst_value_get_double_range_max(IntPtr value);
public static double GetDoubleRangeMax(GLib.Value value) {
@@ -175,7 +175,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern double gst_value_get_double_range_min(IntPtr value);
public static double GetDoubleRangeMin(GLib.Value value) {
@@ -186,7 +186,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_value_get_flagset_flags(IntPtr value);
public static uint GetFlagsetFlags(GLib.Value value) {
@@ -197,7 +197,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_value_get_flagset_mask(IntPtr value);
public static uint GetFlagsetMask(GLib.Value value) {
@@ -208,7 +208,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_value_get_fraction_denominator(IntPtr value);
public static int GetFractionDenominator(GLib.Value value) {
@@ -219,7 +219,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_value_get_fraction_numerator(IntPtr value);
public static int GetFractionNumerator(GLib.Value value) {
@@ -230,7 +230,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_value_get_fraction_range_max(IntPtr value);
public static GLib.Value GetFractionRangeMax(GLib.Value value) {
@@ -241,7 +241,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_value_get_fraction_range_min(IntPtr value);
public static GLib.Value GetFractionRangeMin(GLib.Value value) {
@@ -252,7 +252,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern long gst_value_get_int64_range_max(IntPtr value);
public static long GetInt64RangeMax(GLib.Value value) {
@@ -263,7 +263,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern long gst_value_get_int64_range_min(IntPtr value);
public static long GetInt64RangeMin(GLib.Value value) {
@@ -274,7 +274,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern long gst_value_get_int64_range_step(IntPtr value);
public static long GetInt64RangeStep(GLib.Value value) {
@@ -285,7 +285,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_value_get_int_range_max(IntPtr value);
public static int GetIntRangeMax(GLib.Value value) {
@@ -296,7 +296,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_value_get_int_range_min(IntPtr value);
public static int GetIntRangeMin(GLib.Value value) {
@@ -307,7 +307,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_value_get_int_range_step(IntPtr value);
public static int GetIntRangeStep(GLib.Value value) {
@@ -318,7 +318,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_value_get_structure(IntPtr value);
public static Gst.Structure GetStructure(GLib.Value value) {
@@ -329,7 +329,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_init_and_copy(IntPtr dest, IntPtr src);
public static GLib.Value InitAndCopy(GLib.Value src) {
@@ -343,7 +343,7 @@ namespace Gst {
return dest;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_intersect(IntPtr dest, IntPtr value1, IntPtr value2);
public static bool Intersect(out GLib.Value dest, GLib.Value value1, GLib.Value value2) {
@@ -359,7 +359,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_is_fixed(IntPtr value);
public static bool IsFixed(GLib.Value value) {
@@ -370,7 +370,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_is_subset(IntPtr value1, IntPtr value2);
public static bool IsSubset(GLib.Value value1, GLib.Value value2) {
@@ -383,7 +383,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_register(IntPtr table);
public static void Register(Gst.ValueTable table) {
@@ -392,7 +392,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_table);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_value_serialize(IntPtr value);
public static string Serialize(GLib.Value value) {
@@ -403,7 +403,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_bitmask(IntPtr value, ulong bitmask);
public static void SetBitmask(GLib.Value value, ulong bitmask) {
@@ -412,7 +412,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_caps(IntPtr value, IntPtr caps);
public static void SetCaps(GLib.Value value, Gst.Caps caps) {
@@ -421,7 +421,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_caps_features(IntPtr value, IntPtr features);
public static void SetCapsFeatures(GLib.Value value, Gst.CapsFeatures features) {
@@ -432,7 +432,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_features);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_double_range(IntPtr value, double start, double end);
public static void SetDoubleRange(GLib.Value value, double start, double end) {
@@ -441,7 +441,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_flagset(IntPtr value, uint flags, uint mask);
public static void SetFlagset(GLib.Value value, uint flags, uint mask) {
@@ -450,7 +450,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_fraction(IntPtr value, int numerator, int denominator);
public static void SetFraction(GLib.Value value, int numerator, int denominator) {
@@ -459,7 +459,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_fraction_range(IntPtr value, IntPtr start, IntPtr end);
public static void SetFractionRange(GLib.Value value, GLib.Value start, GLib.Value end) {
@@ -472,7 +472,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_end);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_fraction_range_full(IntPtr value, int numerator_start, int denominator_start, int numerator_end, int denominator_end);
public static void SetFractionRangeFull(GLib.Value value, int numerator_start, int denominator_start, int numerator_end, int denominator_end) {
@@ -481,7 +481,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_int64_range(IntPtr value, long start, long end);
public static void SetInt64Range(GLib.Value value, long start, long end) {
@@ -490,7 +490,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_int64_range_step(IntPtr value, long start, long end, long step);
public static void SetInt64RangeStep(GLib.Value value, long start, long end, long step) {
@@ -499,7 +499,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_int_range(IntPtr value, int start, int end);
public static void SetIntRange(GLib.Value value, int start, int end) {
@@ -508,7 +508,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_int_range_step(IntPtr value, int start, int end, int step);
public static void SetIntRangeStep(GLib.Value value, int start, int end, int step) {
@@ -517,7 +517,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_value_set_structure(IntPtr value, IntPtr structure);
public static void SetStructure(GLib.Value value, Gst.Structure structure) {
@@ -526,7 +526,7 @@ namespace Gst {
Marshal.FreeHGlobal (native_value);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_subtract(IntPtr dest, IntPtr minuend, IntPtr subtrahend);
public static bool Subtract(out GLib.Value dest, GLib.Value minuend, GLib.Value subtrahend) {
@@ -542,7 +542,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_value_union(IntPtr dest, IntPtr value1, IntPtr value2);
public static bool Union(out GLib.Value dest, GLib.Value value1, GLib.Value value2) {