![]() | ![]() | ![]() | 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
GstDParam* gst_dpsmooth_new (GType type);
Create a new dynamic parameter controller which smoothes control changes.
type : | the type that this dparam will store |
Returns : | a new instance of GstDParam |
<< GstDParam | GstDParamLinInterp >> |