Trait sample::conv::ToBoxedFrameSlice [] [src]

pub trait ToBoxedFrameSlice<F> where F: Frame {
    fn to_boxed_frame_slice(self) -> Option<Box<[F]>>;
}

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

Required Methods

fn to_boxed_frame_slice(self) -> Option<Box<[F]>>

Implementors