HARDT - The Ham Radio DSP Toolkit
Public Attributes | List of all members
HSoundcard::DeviceInformation Struct Reference

#include <hsoundcard.h>

Public Attributes

int Device
 
std::string Name
 
int Inputs
 
int Outputs
 
bool IsDefaultDevice
 

Detailed Description

Holds information on a soundcards capabilities

Member Data Documentation

◆ Device

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

◆ Inputs

int HSoundcard::DeviceInformation::Inputs

Number of available input channels on this device

◆ IsDefaultDevice

bool HSoundcard::DeviceInformation::IsDefaultDevice

Set to true if this device is the systems default device

◆ Name

std::string HSoundcard::DeviceInformation::Name

The name of the device

◆ Outputs

int HSoundcard::DeviceInformation::Outputs

Number of available output channels on this device


The documentation for this struct was generated from the following file: