Sound interface in ClanLib. More...
#include <sound.h>
Static Public Member Functions | |
Selected CL_SoundOutput accessors | |
| static const CL_String8 & | get_name () |
| Returns the name of the current sound output: | |
| static int | get_mixing_frequency () |
| Returns the mixing frequency of the current sound output. | |
| static CL_SoundOutput | get_current_output () |
| Returns the current selected sound output. | |
| static void | select_output (const CL_SoundOutput &output) |
| Change the current selected sound output. | |
Sound interface in ClanLib.
| static CL_SoundOutput CL_Sound::get_current_output | ( | ) | [static] |
Returns the current selected sound output.
| static int CL_Sound::get_mixing_frequency | ( | ) | [static] |
Returns the mixing frequency of the current sound output.
| static const CL_String8& CL_Sound::get_name | ( | ) | [static] |
Returns the name of the current sound output:
| static void CL_Sound::select_output | ( | const CL_SoundOutput & | output | ) | [static] |
Change the current selected sound output.
| output | The new current selected sound output. |
1.7.1