waveInGetNumDevs function winmm

int waveInGetNumDevs()

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();