Trait sample::conv::FromFrameSliceMut [] [src]

pub trait FromFrameSliceMut<'a, F> where F: Frame {
    fn from_frame_slice_mut(slice: &'a mut [F]) -> Self;
}

For converting from a slice of Frames to a slice of Samples.

Required Methods

fn from_frame_slice_mut(slice: &'a mut [F]) -> Self

Implementors