PortAudio
2.0
|
#include <portaudio.h>
Data Fields | |
int | structVersion |
const char * | name |
PaHostApiIndex | hostApi |
int | maxInputChannels |
int | maxOutputChannels |
PaTime | defaultLowInputLatency |
PaTime | defaultLowOutputLatency |
PaTime | defaultHighInputLatency |
PaTime | defaultHighOutputLatency |
double | defaultSampleRate |
A structure providing information and capabilities of PortAudio devices. Devices may support input, output or both input and output.
const char* PaDeviceInfo::name |