Home | All Classes | Grouped Classes | Index | Search

Class CL_SoundCard

Soundcard interface in ClanLib. More...

Derived from: none
Derived by: none
Group: Sound (Audio Mixing)

#include <ClanLib/sound.h>

Variables:

name

Name of the soundcard.

card_no

Card number.

Construction:

Attributes:

get_microphone

Returns the streamed soundprovider representing the microphone.

get_line_in

Returns the streamed soundprovider representing the line in.

Operations:

stop_all

Stops all sample playbacks on the soundcard.

set_global_volume

Sets the main/mixer volume on the soundcard.

set_global_pan

Sets the main panning position on the soundcard.

Detailed 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.



Questions or comments, write to the
ClanLib mailing list.