summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Audio/AudioRingBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Audio/AudioRingBuffer.cs')
-rw-r--r--sources/generated/Gst.Audio/AudioRingBuffer.cs60
1 files changed, 30 insertions, 30 deletions
diff --git a/sources/generated/Gst.Audio/AudioRingBuffer.cs b/sources/generated/Gst.Audio/AudioRingBuffer.cs
index 3e49690..e2abf21 100644
--- a/sources/generated/Gst.Audio/AudioRingBuffer.cs
+++ b/sources/generated/Gst.Audio/AudioRingBuffer.cs
@@ -126,7 +126,7 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_set_flushing(IntPtr raw, bool flushing);
public bool Flushing {
@@ -946,7 +946,7 @@ namespace Gst.Audio {
// End of the ABI representation.
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_audio_ring_buffer_get_type();
public static new GLib.GType GType {
@@ -957,21 +957,21 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_debug_spec_buff(IntPtr spec);
public static void DebugSpecBuff(Gst.Audio.AudioRingBufferSpec spec) {
gst_audio_ring_buffer_debug_spec_buff(spec == null ? IntPtr.Zero : spec.Handle);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_debug_spec_caps(IntPtr spec);
public static void DebugSpecCaps(Gst.Audio.AudioRingBufferSpec spec) {
gst_audio_ring_buffer_debug_spec_caps(spec == null ? IntPtr.Zero : spec.Handle);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_parse_caps(IntPtr spec, IntPtr caps);
public static bool ParseCaps(Gst.Audio.AudioRingBufferSpec spec, Gst.Caps caps) {
@@ -980,7 +980,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_acquire(IntPtr raw, IntPtr spec);
public bool Acquire(Gst.Audio.AudioRingBufferSpec spec) {
@@ -989,7 +989,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_activate(IntPtr raw, bool active);
public bool Activate(bool active) {
@@ -998,28 +998,28 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_advance(IntPtr raw, uint advance);
public void Advance(uint advance) {
gst_audio_ring_buffer_advance(Handle, advance);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_clear(IntPtr raw, int segment);
public void Clear(int segment) {
gst_audio_ring_buffer_clear(Handle, segment);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_clear_all(IntPtr raw);
public void ClearAll() {
gst_audio_ring_buffer_clear_all(Handle);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_close_device(IntPtr raw);
public bool CloseDevice() {
@@ -1028,7 +1028,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_audio_ring_buffer_commit(IntPtr raw, ulong sample, byte[] data, int in_samples, int out_samples, ref int accum);
public uint Commit(ulong sample, byte[] data, int in_samples, int out_samples, ref int accum) {
@@ -1037,7 +1037,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_convert(IntPtr raw, int src_fmt, long src_val, int dest_fmt, out long dest_val);
public bool Convert(Gst.Format src_fmt, long src_val, Gst.Format dest_fmt, out long dest_val) {
@@ -1046,7 +1046,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_audio_ring_buffer_delay(IntPtr raw);
public uint Delay() {
@@ -1055,7 +1055,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_device_is_open(IntPtr raw);
public bool DeviceIsOpen() {
@@ -1064,7 +1064,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_is_acquired(IntPtr raw);
public bool IsAcquired {
@@ -1075,7 +1075,7 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_is_active(IntPtr raw);
public bool IsActive {
@@ -1086,7 +1086,7 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_is_flushing(IntPtr raw);
public bool IsFlushing {
@@ -1097,14 +1097,14 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_may_start(IntPtr raw, bool allowed);
public void MayStart(bool allowed) {
gst_audio_ring_buffer_may_start(Handle, allowed);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_open_device(IntPtr raw);
public bool OpenDevice() {
@@ -1113,7 +1113,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_pause(IntPtr raw);
public bool Pause() {
@@ -1122,7 +1122,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_audio_ring_buffer_read(IntPtr raw, ulong sample, byte[] data, uint len, out ulong timestamp);
public uint Read(ulong sample, byte[] data, uint len, out ulong timestamp) {
@@ -1131,7 +1131,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_release(IntPtr raw);
public bool Release() {
@@ -1140,7 +1140,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_audio_ring_buffer_samples_done(IntPtr raw);
public ulong SamplesDone() {
@@ -1149,7 +1149,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_set_callback_full(IntPtr raw, Gst.AudioSharp.AudioRingBufferCallbackNative cb, IntPtr user_data, GLib.DestroyNotify notify);
public Gst.Audio.AudioRingBufferCallback CallbackFull {
@@ -1168,7 +1168,7 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_set_channel_positions(IntPtr raw, int[] position);
public Gst.Audio.AudioChannelPosition[] ChannelPositions {
@@ -1181,7 +1181,7 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_set_sample(IntPtr raw, ulong sample);
public ulong Sample {
@@ -1190,14 +1190,14 @@ namespace Gst.Audio {
}
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_audio_ring_buffer_set_timestamp(IntPtr raw, int readseg, ulong timestamp);
public void SetTimestamp(int readseg, ulong timestamp) {
gst_audio_ring_buffer_set_timestamp(Handle, readseg, timestamp);
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_start(IntPtr raw);
public bool Start() {
@@ -1206,7 +1206,7 @@ namespace Gst.Audio {
return ret;
}
- [DllImport("libgstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_audio_ring_buffer_stop(IntPtr raw);
public bool Stop() {