waveOutGetNumDevs function winmm

int waveOutGetNumDevs()

Retrieves the number of waveform-audio output devices present in the system.

To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-waveoutgetnumdevs.

Implementation

@pragma('vm:prefer-inline')
int waveOutGetNumDevs() => _waveOutGetNumDevs();