Trait alto::AsBufferData [] [src]

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

Implemented for types that can be converted into a slice of audio buffer data.

Required Methods

Implementors