Struct dsp::signal::ClipAmp [] [src]

pub struct ClipAmp<S> where S: Signal, S::Item: Frame {
    // some fields omitted
}

Clips samples in each frame yielded by signal to the given threshhold amplitude.

Trait Implementations

impl<S> Iterator for ClipAmp<S> where S: Signal, S::Item: Frame

type Item = S::Item

fn next(&mut self) -> Option<ClipAmp<S>::Item>

Derived Implementations

impl<S> Clone for ClipAmp<S> where S: Clone + Signal, S::Item: Frame, S::Item: Clone

fn clone(&self) -> ClipAmp<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