Sha256: 0e3011f2a20110ffc73b3dc8e1d9498e8bff0dfd6b72ad04af851cbfdda623d4
Contents?: true
Size: 509 Bytes
Versions: 6
Compression:
Stored size: 509 Bytes
Contents
#ifndef __GST_CONTROLLER_ENUM_TYPES_H__ #define __GST_CONTROLLER_ENUM_TYPES_H__ #include <gst/gst.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
6 entries across 6 versions & 1 rubygems