39 class SoundOutput_Description_Impl;
80 std::shared_ptr<SoundOutput_Description_Impl> impl;
~SoundOutput_Description()
void set_mixing_latency(int latency)
Sets the mixing latency in milliseconds.
Sound output description class.
Definition: soundoutput_description.h:43
void set_mixing_frequency(int frequency)
Sets the mixing frequency for the sound output device.
SoundOutput_Description()
Constructs a sound output description.
int get_mixing_latency() const
Returns the mixing latency in milliseconds.
int get_mixing_frequency() const
Returns the mixing frequency for the sound output device.