C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

class AudioCaptureMgr

Defined in:  C4AudioCapture.h
The Audio Capture Manager class.
Definition

class AudioCaptureMgr : public Manager<AudioCaptureMgr>

Member Functions
AudioCaptureMgr::StartAudioCapture Starts capturing audio from an input device.
AudioCaptureMgr::StopAudioCapture Stops capturing audio from an input device.
AudioCaptureMgr::PauseAudioCapture Pauses audio capture.
AudioCaptureMgr::ResumeAudioCapture Resumes audio capture.
AudioCaptureMgr::SetAudioCaptureProc Installs a callback procedure that receives raw captured audio data.
Description
The AudioCaptureMgr class encapsulates the audio input functionality of the C4 Engine. The single instance of the Audio Capture Manager is constructed during an application's initialization and destroyed at termination.

The Audio Capture Manager's member functions are accessed through the global pointer TheAudioCaptureMgr.