Struct dsp::signal::OffsetAmp [] [src]

pub struct OffsetAmp<S> where
    S: Signal,
    <S as Iterator>::Item: Frame
{ /* 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 as Iterator>::Item: Frame,
    <S as Iterator>::Item: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S> Iterator for OffsetAmp<S> where
    S: Signal,
    <S as Iterator>::Item: Frame
[src]

impl<S> ExactSizeIterator for OffsetAmp<S> where
    S: Signal + ExactSizeIterator,
    <S as Iterator>::Item: Frame
[src]