waveInClose function winmm

int waveInClose(
  1. HWAVEIN hwi
)

Closes the given waveform-audio input device.

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

Implementation

@pragma('vm:prefer-inline')
int waveInClose(HWAVEIN hwi) => _waveInClose(hwi);