Trait dsp::conv::ToFrameSlice [] [src]

pub trait ToFrameSlice<'a, F> where F: Frame {
    fn to_frame_slice(self) -> Option<&'a [F]>;
}

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

Required Methods

fn to_frame_slice(self) -> Option<&'a [F]>

Implementors