pub unsafe extern "C" fn ad_open() -> *const ad_rec_tExpand description
Open the default audio device.
The device is opened in non-blocking mode and placed in idle state. The return value to be used as the first argument to other recording functions.
ยงSafety
Return pointer to read-only ad_rec_t structure if successful, NULL otherwise.