add new function pa_smoother_reset()

This commit is contained in:
Lennart Poettering 2008-06-20 22:17:40 +02:00
parent 11e55fe01f
commit 2b112fe9db
2 changed files with 10 additions and 0 deletions

View file

@ -44,4 +44,6 @@ void pa_smoother_set_time_offset(pa_smoother *s, pa_usec_t x_offset);
void pa_smoother_pause(pa_smoother *s, pa_usec_t x);
void pa_smoother_resume(pa_smoother *s, pa_usec_t x);
void pa_smoother_reset(pa_smoother *s);
#endif