Sha256: 14c8b6ee3ab50966e5e25996c184054806d8ee2c24521cbf75f6e6721fe11deb
Contents?: true
Size: 511 Bytes
Versions: 4
Compression:
Stored size: 511 Bytes
Contents
#ifndef __GST_CONTROLLER_ENUM_TYPES_H__ #define __GST_CONTROLLER_ENUM_TYPES_H__ #include <glib-object.h> G_BEGIN_DECLS /* enumerations from "gstinterpolationcontrolsource.h" */ GType gst_interpolation_mode_get_type (void); #define GST_TYPE_INTERPOLATION_MODE (gst_interpolation_mode_get_type()) /* enumerations from "gstlfocontrolsource.h" */ GType gst_lfo_waveform_get_type (void); #define GST_TYPE_LFO_WAVEFORM (gst_lfo_waveform_get_type()) G_END_DECLS #endif /* __GST_CONTROLLER_ENUM_TYPES_H__ */
Version data entries
4 entries across 4 versions & 1 rubygems