20 #ifndef __PortAudioDevices__    21 #define __PortAudioDevices__    40         std::string* fHostName;         
    53         std::string GetFullName(std::string hostname, std::string devicename);
    56         int GetInputDeviceFromName(
const char* name, 
PaDeviceIndex& device, 
int& in_max);
    57         int GetOutputDeviceFromName(
const char* name, 
PaDeviceIndex& device, 
int& out_max);
    59         void DisplayDevicesNames();
 
ASIO-specific PortAudio API extension header file.
A PortAudio Devices manager.