Ardour
9.0-pre0-582-g084a23a80d
|
#include <audio_backend.h>
Public Member Functions | |
DeviceStatus (const std::string &s, bool avail) | |
Public Attributes | |
std::string | name |
bool | available |
used to list device names along with whether or not they are currently available.
Definition at line 208 of file audio_backend.h.
|
inline |
Definition at line 212 of file audio_backend.h.
bool ARDOUR::AudioBackend::DeviceStatus::available |
Definition at line 210 of file audio_backend.h.
std::string ARDOUR::AudioBackend::DeviceStatus::name |
Definition at line 209 of file audio_backend.h.