Name
StopAudioCapture -- stop capturing sound samples (V11.0)
Synopsis
void StopAudioCapture(APTR handle);
Function
This function is optional and must only be implemented if the HWEXT_AUDIOADAPTER_CAPTURE extension bit has been set. See Extension plugins for details. In that case, it must stop capturing audio for the specified capture handle. The handle parameter will be a handle previously allocated by StartAudioCapture().

Inputs
handle
handle of the capture that shall be stopped

Show TOC