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