Trait sample::conv::ToSampleSliceMut [] [src]

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

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

Required Methods

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

Implementors