Go to the documentation of this file.
23 #ifndef INCLUDED_GR_THROTTLE_H
24 #define INCLUDED_GR_THROTTLE_H
51 static sptr make(
size_t itemsize,
double samples_per_sec,
bool ignore_tags=
true);
54 virtual void set_sample_rate(
double rate) = 0;
57 virtual double sample_rate()
const = 0;