waveOutClose function winmm

int waveOutClose(
  1. HWAVEOUT hwo
)

Closes the given waveform-audio output device.

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

Implementation

@pragma('vm:prefer-inline')
int waveOutClose(HWAVEOUT hwo) => _waveOutClose(hwo);