| GStreamer 0.8 Library Reference Manual |
|---|
GstDParamSmooth — realtime smoothed dynamic parameter
#include <libs/control/control.h> struct GstDParamSmooth; GstDParam* gst_dpsmooth_new (GType type);
"slope-delta-double" gdouble : Read / Write "slope-delta-float" gfloat : Read / Write "slope-time" gint64 : Read / Write "update-period" gint64 : Read / Write
| "slope-delta-double" (gdouble : Read / Write) | The amount a double value can change for a given slope_time. |
| "slope-delta-float" (gfloat : Read / Write) | The amount a float value can change for a given slope_time. |
| "slope-time" (gint64 : Read / Write) | The time period to define slope_delta by. |
| "update-period" (gint64 : Read / Write) | Number of nanoseconds between updates. |
| << GstDParam | GstDParamLinInterp >> |