CUBIC,
USER
}
- [CCode (cprefix = "", cheader_filename = "gst/controller/gstlfocontrolsource.h")]
+ [CCode (cprefix = "GST_LFO_WAVEFORM_", cheader_filename = "gst/controller/gstlfocontrolsource.h")]
public enum LFOWaveform {
- Sine waveform (default),
- Square waveform,
- Saw waveform,
- Reverse saw waveform,
- Triangle waveform
+ SINE,
+ SQUARE,
+ SAW,
+ REVERSE,
+ TRIANGLE
}
[CCode (cheader_filename = "gst/controller/gstcontroller.h", has_target = false)]
public delegate bool ControlSourceBind (Gst.ControlSource _self, GLib.ParamSpec pspec);
--- /dev/null
+[CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
+namespace Gst {
+ [CCode (cheader_filename = "gst/controller/gstlfocontrolsource.h")]
+ public enum LFOWaveform {
+ SINE,
+ SQUARE,
+ SAW,
+ REVERSE,
+ TRIANGLE
+ }
+}
\ No newline at end of file
Gst cprefix="Gst" lower_case_cprefix="gst_" cheader_filename="gst/controller/gstcontroller.h"
GstLFOControlSource cheader_filename="gst/controller/gstlfocontrolsource.h"
-GstLFOWaveform cheader_filename="gst/controller/gstlfocontrolsource.h"
+GstLFOWaveform hidden="1"
GST_PARAM_CONTROLLABLE hidden="1"