Struct dsp::signal::OffsetAmpPerChannel
[−]
pub struct OffsetAmpPerChannel<S, F> { // some fields omitted }
An Iterator
that scales the amplitude of every Frame
in self
by the respective amplitudes
in each channel of the given amp
Frame
.
Trait Implementations
impl<S, F> Clone for OffsetAmpPerChannel<S, F> where F: Clone, S: Clone
fn clone(&self) -> OffsetAmpPerChannel<S, F>
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