Function libresample::resample_process [] [src]

pub unsafe extern "C" fn resample_process(
    handle: *mut c_void,
    factor: f64,
    inBuffer: *mut f32,
    inBufferLen: c_int,
    lastFlag: c_int,
    inBufferUsed: *mut c_int,
    outBuffer: *mut f32,
    outBufferLen: c_int
) -> c_int