gstreamer/subprojects/gstreamer-sharp/sources/generated/Gst/ControlBindingConvert.cs

10 lines
255 B
C#

// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gst {
using System;
public delegate void ControlBindingConvert(Gst.ControlBinding binding, double src_value, GLib.Value dest_value);
}