Struct dsp::signal::OffsetAmp
[−]
pub struct OffsetAmp<S> where S: Signal, S::Item: Frame {
// some fields omitted
}
Provides an iterator that offsets the amplitude of every channel in each frame of the signal by some sample value and yields the resulting frames.
Trait Implementations
impl<S> Clone for OffsetAmp<S> where S: Clone + Signal, S::Item: Frame, S::Item: Clone
fn clone(&self) -> OffsetAmp<S>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more