Trait sample::conv::ToSampleSlice [] [src]

pub trait ToSampleSlice<'a, S> where S: Sample {
    fn to_sample_slice(self) -> &'a [S];
}

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

Required Methods

fn to_sample_slice(self) -> &'a [S]

Implementors