Struct envelope_detector::MultiChannel [] [src]

pub struct MultiChannel<D> {
    // some fields omitted
}

A channel mode that allows the EnvelopeDetector to handle any number of audio channels.

Methods

impl<D> MultiChannel<D>
[src]

fn resize(&mut self, n_channels: usize) where D: Clone

Resize the channels Vec to the given size.

Trait Implementations

impl<D: Debug> Debug for MultiChannel<D>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<D: Clone> Clone for MultiChannel<D>
[src]

fn clone(&self) -> MultiChannel<D>

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