waveOutRestart function winmm

int waveOutRestart(
  1. HWAVEOUT hwo
)

Resumes playback on a paused waveform-audio output device.

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

Implementation

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