Function audio_device_alsa_sys::snd_pcm_hw_params_set_period_size_minmax[][src]

pub unsafe extern "C" fn snd_pcm_hw_params_set_period_size_minmax(
    pcm: *mut snd_pcm_t,
    params: *mut snd_pcm_hw_params_t,
    min: *mut snd_pcm_uframes_t,
    mindir: *mut c_int,
    max: *mut snd_pcm_uframes_t,
    maxdir: *mut c_int
) -> c_int