ClanLib  2.3.7
List of all members
CL_Sound Class Reference

Sound interface in ClanLib. More...

#include <sound.h>

Static Public Member Functions

Selected CL_SoundOutput accessors
static const CL_String8get_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...
 

Detailed Description

Sound interface in ClanLib.

Member Function Documentation

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.

Parameters
outputThe new current selected sound output.

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