|
HARDT - The Ham Radio DSP Toolkit
|
#include <hsoundcard.h>
Public Attributes | |
| int | Device |
| std::string | Name |
| int | Inputs |
| int | Outputs |
| bool | IsDefaultDevice |
Holds information on a soundcards capabilities
| int HSoundcard::DeviceInformation::Device |
Logical device number. This is the number that must be given to any soundcard reader or writer to identify the card and device to use
| int HSoundcard::DeviceInformation::Inputs |
Number of available input channels on this device
| bool HSoundcard::DeviceInformation::IsDefaultDevice |
Set to true if this device is the systems default device
| std::string HSoundcard::DeviceInformation::Name |
The name of the device
| int HSoundcard::DeviceInformation::Outputs |
Number of available output channels on this device
1.8.17