Trait alto::AsBufferData [] [src]

pub trait AsBufferData<F: SampleFrame> {
    fn as_buffer_data(&self) -> &[F];
}

Required Methods

Implementors