Struct dsp::signal::OffsetAmpPerChannel
[−]
[src]
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> Iterator for OffsetAmpPerChannel<S, F> where F: Frame<Sample=S::Item::Sample::Signed, NumChannels=S::Item::NumChannels>, S: Signal, S::Item: Frame
type Item = S::Item
fn next(&mut self) -> Option<OffsetAmpPerChannel<S, F>::Item>
fn size_hint(&self) -> (usize, Option<usize>)
impl<S, F> ExactSizeIterator for OffsetAmpPerChannel<S, F> where S: ExactSizeIterator, OffsetAmpPerChannel<S, F>: Iterator
Derived 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