summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioFormatPack.cs
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioFormatPack.cs')
-rw-r--r--subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioFormatPack.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioFormatPack.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioFormatPack.cs
new file mode 100644
index 0000000000..bd45f25eae
--- /dev/null
+++ b/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioFormatPack.cs
@@ -0,0 +1,10 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst.Audio {
+
+ using System;
+
+ public delegate void AudioFormatPack(Gst.Audio.AudioFormatInfo info, Gst.Audio.AudioPackFlags flags, byte[] src, byte[] data);
+
+}