waveInStop function winmm

int waveInStop(
  1. int hwi
)

The waveInStop function stops waveform-audio input.

MMRESULT waveInStop(
  HWAVEIN hwi
);

Implementation

int waveInStop(int hwi) => _waveInStop(hwi);