Sound interface in ClanLib. More...

#include <sound.h>

Static Public Member Functions

static SoundOutput get_current_output ()
 Returns the current selected sound output.
 
static int get_mixing_frequency ()
 Returns the mixing frequency of the current sound output.
 
static const std::string & get_name ()
 Returns the name of the current sound output:
 
static void select_output (const SoundOutput &output)
 Change the current selected sound output.
 

Detailed Description

Sound interface in ClanLib.

Member Function Documentation

◆ get_current_output()

static SoundOutput clan::Sound::get_current_output ( )
static

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
outputThe new current selected sound output.

The documentation for this class was generated from the following file: