Add StandardDevice enum to portaudio_io.h header
This commit is contained in:
parent
7537a992b3
commit
5a5226dded
@ -37,6 +37,11 @@ public:
|
||||
|
||||
int state (void) const { return _state; }
|
||||
|
||||
enum StandardDevices {
|
||||
DeviceNone = -2,
|
||||
DeviceDefault = -1
|
||||
};
|
||||
|
||||
bool initialize_pa ();
|
||||
|
||||
void host_api_list (std::vector<std::string>&);
|
||||
|
Loading…
Reference in New Issue
Block a user