1 2 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ 3 4 #pragma once 5 6 #include <glib-object.h> 7 #include <gst/controller/controller-prelude.h> 8 9 G_BEGIN_DECLS 10 11 /* enumerations from "gstinterpolationcontrolsource.h" */ 12 13 GST_CONTROLLER_API 14 GType gst_interpolation_mode_get_type (void); 15 #define GST_TYPE_INTERPOLATION_MODE (gst_interpolation_mode_get_type()) 16 17 /* enumerations from "gstlfocontrolsource.h" */ 18 19 GST_CONTROLLER_API 20 GType gst_lfo_waveform_get_type (void); 21 #define GST_TYPE_LFO_WAVEFORM (gst_lfo_waveform_get_type()) 22 23 G_END_DECLS 24 25 /* Generated data ends here */ 26 27