#include <soundoutput_description.h>
Public Member Functions | |
Construction | |
| CL_SoundOutput_Description () | |
| Constructs a sound output description. | |
| CL_SoundOutput_Description (const CL_SoundOutput_Description ©) | |
| Constructs a SoundOutput Description. | |
| ~CL_SoundOutput_Description () | |
Attributes | |
| 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. | |
Operations | |
| CL_SoundOutput_Description & | operator= (const CL_SoundOutput_Description ©) |
| Copy assignment operator. | |
| 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. | |
|
|
Constructs a sound output description.
|
|
|
Constructs a SoundOutput Description.
|
|
|
|
|
|
Returns the mixing frequency for the sound output device.
|
|
|
Returns the mixing latency in milliseconds.
|
|
|
Copy assignment operator.
|
|
|
Sets the mixing frequency for the sound output device.
|
|
|
Sets the mixing latency in milliseconds.
|
1.4.6