Sound interface in ClanLib.  
 More...
#include <sound.h>
Sound interface in ClanLib. 
◆ get_current_output()
Returns the current selected sound output. 
 
 
◆ get_mixing_frequency()
  
  | 
        
          | static int clan::Sound::get_mixing_frequency | ( |  | ) |  |  | static | 
 
Returns the mixing frequency of the current sound output. 
 
 
◆ get_name()
  
  | 
        
          | static const std::string & clan::Sound::get_name | ( |  | ) |  |  | static | 
 
Returns the name of the current sound output: 
 
 
◆ select_output()
  
  | 
        
          | static void clan::Sound::select_output | ( | const SoundOutput & | output | ) |  |  | static | 
 
Change the current selected sound output. 
- Parameters
- 
  
    | output | The new current selected sound output. |  
 
 
 
The documentation for this class was generated from the following file: