ClanSoft logo
ClanSoft logo

    CL_SoundCard

Soundcard interface in ClanLib.

Description

CL_SoundCard is the interface to a soundcard. It is used to control the main mixer volume and other global settings. It also provides access to the microphone and line in as streamed soundproviders.

Class members

std::string name
int card_no
virtual ~CL_SoundCard()
virtual CL_StreamSoundProvider *get_microphone()
virtual CL_StreamSoundProvider *get_line_in()
virtual void stop_all()
virtual void set_global_volume(int volume)
virtual void set_global_pan(int pan)

See Also

None


Back to index



This page was built using the Perceps documentation system.