C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

AudioCaptureMgr::StopAudioCapture

Defined in:  C4AudioCapture.h
Stops capturing audio from an input device.
Prototype

void StopAudioCapture(void);

Description
The StopAudioCapture function stops audio capture and deallocates the resources needed for capturing audio from an input device. If audio capture had not been previously started, then this function has no effect.
See Also

AudioCaptureMgr::StartAudioCapture

AudioCaptureMgr::PauseAudioCapture

AudioCaptureMgr::ResumeAudioCapture