#include <audio_device.h>
| Data Fields | |
| int | sampling_rate |
| int | number_of_channels |
Detailed Description
This structure represents the settings associated with an audio device.
Field Documentation
number_of_channels
| int number_of_channels |
The number of audio channels in the device.
sampling_rate
| int sampling_rate |
The sample rate for the audio device, in samples per second.