waveInGetNumDevs function winmm
Returns the number of waveform-audio input devices present in the system.
To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-waveingetnumdevs.
Implementation
@pragma('vm:prefer-inline')
int waveInGetNumDevs() => _waveInGetNumDevs();