diff options
Diffstat (limited to 'src/tuners/mod.rs')
| -rw-r--r-- | src/tuners/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuners/mod.rs b/src/tuners/mod.rs index 626fc9e..9a7c9ce 100644 --- a/src/tuners/mod.rs +++ b/src/tuners/mod.rs @@ -18,7 +18,7 @@ pub trait Tuner { fn init(&self, handle: &RtlSdrDeviceHandle); fn exit(&self); fn set_freq(&self, freq: u32); - fn set_bw(&self, bw: u32, handle: &RtlSdrDeviceHandle); + fn set_bandwidth(&self, bw: u16, rate: u32, handle: &RtlSdrDeviceHandle); fn set_gain(&self, gain: u32); fn set_if_gain(&self, if_gain: u32); fn set_gain_mode(&self, mode: bool); |
