Type Alias AudioSampleBatchFn

Source
pub type AudioSampleBatchFn = unsafe extern "C" fn(data: *const i16, frames: size_t) -> size_t;