ClanLib
2.3.7
|
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: More... | |
static int | get_mixing_frequency () |
Returns the mixing frequency of the current sound output. More... | |
static CL_SoundOutput | get_current_output () |
Returns the current selected sound output. More... | |
static void | select_output (const CL_SoundOutput &output) |
Change the current selected sound output. More... | |
Sound interface in ClanLib.
|
static |
Returns the current selected sound output.
|
static |
Returns the mixing frequency of the current sound output.
|
static |
Returns the name of the current sound output:
|
static |
Change the current selected sound output.
output | The new current selected sound output. |