Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 687 Bytes

waveInStart.md

File metadata and controls

42 lines (28 loc) · 687 Bytes

Home

Function name : waveInStart

Group: Windows Multimedia - Library: winmm


The waveInStart function starts input on the given waveform-audio input device.


Code examples:

Class for sound recording

Declaration:

MMRESULT waveInStart(
  HWAVEIN hwi
);  

FoxPro declaration:

DECLARE INTEGER waveInStart IN winmm;
	INTEGER hwi  

Parameters:

hwi Handle to the waveform-audio input device.


Return value:

Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.