waveInStart function winmm
Starts input on the given waveform-audio input device.
To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-waveinstart.
Implementation
@pragma('vm:prefer-inline')
int waveInStart(HWAVEIN hwi) => _waveInStart(hwi);