Function cubeb_sys::cubeb_resampler_fill [] [src]

pub unsafe extern "C" fn cubeb_resampler_fill(
    resampler: *mut cubeb_resampler,
    input_buffer: *mut c_void,
    input_frame_count: *mut c_long,
    output_buffer: *mut c_void,
    output_frames_needed: c_long
) -> c_long