Group: Windows Multimedia - Library: winmm
The waveInReset function stops input on the given waveform-audio input device and resets the current position to zero. All pending buffers are marked as done and returned to the application.
Quering a waveform-audio input device
Class for sound recording
MMRESULT waveInReset(
HWAVEIN hwi
); DECLARE INTEGER waveInReset IN winmm;
INTEGER hwi hwi Handle to the waveform-audio input device.
Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.
Home