Home | All Classes | Grouped Classes | Index | Search
SoundOutput interface in ClanLib. More...
Derived from:
none
Derived by:
none
Group: Sound (Audio Mixing)
#include <ClanLib/sound.h>
Construction:
Constructs a sound output object. |
Attributes:
True if the sound system has been properly initialized | |
Name of the output device. | |
Returns the mixing frequency for the sound output device. | |
Returns the main volume of the sound output. | |
Returns the main panning position of the sound output. |
Operations:
Copy assignment operator. | |
Stops all sample playbacks on the sound output. | |
Sets the main/mixer volume on the sound output. | |
Sets the main panning position on the sound output. | |
Adds the sound filter to the sound output. | |
Remove the sound filter from the session. |
Detailed description:
!group=Sound/Audio Mixing! !header=sound.h!CL_SoundOutput is the interface to a sound output device. It is used to control the main mixer volume and other global settings.