
Sound interface in ClanLib. More...
Derived from: | None |
Derived by: | None |
Group: | Audio Mixing (Sound) |
#include <ClanLib/sound.h>
Class Members:
Selected CL_SoundOutput accessors: | |
Returns the name of the current sound output:. | |
Returns the mixing frequency of the current sound output. | |
Returns the current selected sound output. | |
Change the current selected sound output. |
Detailed description:
All the functions that share name with those in CL_SoundOutput have the same functionality. The only difference is, that the ones CL_Sound operate on a selected sound output. This saves the trouble of passing around a pointer to the sound output, when only a single one is used anyway. also: CL_SoundOutput - Sound Output interface class. also: CL_SoundBuffer - Sample class in ClanLib.