Trait sample::conv::FromBoxedFrameSlice [] [src]

pub trait FromBoxedFrameSlice<F> where
    F: Frame
{ fn from_boxed_frame_slice(slice: Box<[F]>) -> Self; }

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

Required Methods

Implementors