SoundOutput interface in ClanLib. More...
Derived from: | None |
Derived by: | None |
Group: | Audio Mixing (Sound) |
#include <ClanLib/sound.h>
Class Members:
Construction: | |
Constructs a null instance. |
| |
Returns true if this object is invalid. | |
Throw an exception if this object is invalid. | |
Name of the output device. | |
Returns the mixing frequency for the sound output device. | |
Returns the mixing latency in milliseconds. | |
Returns the main volume of the sound output. | |
Returns the main panning position of the sound output. |
| |
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:
CL_SoundOutput is the interface to a sound output device. It is used to control the main mixer volume and other global settings.