![]() | ![]() | ![]() | GStreamer 0.8 Library Reference Manual | ![]() |
---|
GstDParamSmoothGstDParamSmooth — realtime smoothed dynamic parameter |
#include <libs/control/control.h> 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
" property"slope-delta-double" gdouble : Read / Write
The amount a double value can change for a given slope_time.
Allowed values: >= 0
Default value: 0.2
slope-delta-float
" property"slope-delta-float" gfloat : Read / Write
The amount a float value can change for a given slope_time.
Allowed values: >= 0
Default value: 0.2
slope-time
" property"slope-time" gint64 : Read / Write
The time period to define slope_delta by.
Allowed values: >= 0
Default value: 10000000
update-period
" property"update-period" gint64 : Read / Write
Number of nanoseconds between updates.
Allowed values: >= 0
Default value: 2000000
<< GstDParam | GstDParamLinInterp >> |