List available devices, including device information. More...
#include <stdio.h>#include <math.h>#include "portaudio.h"Functions | |
| int | main (void) |
List available devices, including device information.
| int main | ( | void | ) |
References PaStreamParameters::channelCount, PaDeviceInfo::defaultHighInputLatency, PaDeviceInfo::defaultHighOutputLatency, PaHostApiInfo::defaultInputDevice, PaDeviceInfo::defaultLowInputLatency, PaDeviceInfo::defaultLowOutputLatency, PaHostApiInfo::defaultOutputDevice, PaDeviceInfo::defaultSampleRate, PaStreamParameters::device, PaDeviceInfo::hostApi, PaStreamParameters::hostApiSpecificStreamInfo, PaDeviceInfo::maxInputChannels, PaDeviceInfo::maxOutputChannels, PaDeviceInfo::name, PaHostApiInfo::name, Pa_GetDefaultInputDevice(), Pa_GetDefaultOutputDevice(), Pa_GetDeviceCount(), Pa_GetDeviceInfo(), Pa_GetErrorText(), Pa_GetHostApiInfo(), Pa_GetVersion(), Pa_GetVersionText(), Pa_Initialize(), Pa_Terminate(), paASIO, PaAsio_GetAvailableLatencyValues(), paInt16, PaStreamParameters::sampleFormat, PaStreamParameters::suggestedLatency, and PaHostApiInfo::type.
1.6.1