ClanLib
2.3.7
|
Sound output description class. More...
#include <soundoutput_description.h>
Public Member Functions | |
Construction | |
CL_SoundOutput_Description () | |
Constructs a sound output description. More... | |
~CL_SoundOutput_Description () | |
Attributes | |
int | get_mixing_frequency () const |
Returns the mixing frequency for the sound output device. More... | |
int | get_mixing_latency () const |
Returns the mixing latency in milliseconds. More... | |
Operations | |
void | set_mixing_frequency (int frequency) |
Sets the mixing frequency for the sound output device. More... | |
void | set_mixing_latency (int latency) |
Sets the mixing latency in milliseconds. More... | |
Sound output description class.
CL_SoundOutput_Description::CL_SoundOutput_Description | ( | ) |
Constructs a sound output description.
CL_SoundOutput_Description::~CL_SoundOutput_Description | ( | ) |
int CL_SoundOutput_Description::get_mixing_frequency | ( | ) | const |
Returns the mixing frequency for the sound output device.
int CL_SoundOutput_Description::get_mixing_latency | ( | ) | const |
Returns the mixing latency in milliseconds.
void CL_SoundOutput_Description::set_mixing_frequency | ( | int | frequency) |
Sets the mixing frequency for the sound output device.
void CL_SoundOutput_Description::set_mixing_latency | ( | int | latency) |
Sets the mixing latency in milliseconds.