Struct dsp::signal::OffsetAmpPerChannel [] [src]

pub struct OffsetAmpPerChannel<S, F> { /* 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
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S, F> Iterator for OffsetAmpPerChannel<S, F> where
    F: Frame<Sample = <<<S as Iterator>::Item as Frame>::Sample as Sample>::Signed, NumChannels = <<S as Iterator>::Item as Frame>::NumChannels>,
    S: Signal,
    <S as Iterator>::Item: Frame
[src]

impl<S, F> ExactSizeIterator for OffsetAmpPerChannel<S, F> where
    S: ExactSizeIterator,
    OffsetAmpPerChannel<S, F>: Iterator
[src]