C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

AudioCaptureMgr::PauseAudioCapture

Defined in:  C4AudioCapture.h
Pauses audio capture.
Prototype

void PauseAudioCapture(void);

Description
The PauseAudioCapture function pauses audio capture without deallocating any resources needed for capturing audio. Audio capture is resumed by calling the AudioCaptureMgr::ResumeAudioCapture function. If audio capture had not been previously started, then this function has no effect.
See Also

AudioCaptureMgr::ResumeAudioCapture

AudioCaptureMgr::StartAudioCapture

AudioCaptureMgr::StopAudioCapture