Trait alto::AsBufferData [] [src]

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

Required Methods

Implementors