Home | All Classes | Grouped Classes | Index | Search

CL_Sound::select_card

Change the current selected soundcard to 'card'. Change the current selected soundcard to soundcard number 'card_no'.

	void select_card(
		CL_SoundCard* card);

	void select_card(
		int card_no);

Parameters:

card
The new current selected soundcard.
card_no
Card number in the CL_Sound::cards list.

See also:

CL_Sound



Questions or comments, write to the ClanLib mailing list.