pub unsafe extern "C" fn rtaudio_get_device_id(
audio: rtaudio_t,
i: c_int,
) -> c_uintExpand description
! Returns the audio device ID corresponding to a given index ! value (valid index values are between 0 and rtaudio_device_count()-1). ! Note that a return value of 0 is invalid, which will occur if the ! index value is out of bounds or no devices are found. See \ref ! RtAudio::getDeviceIds().