70 long *minLatency,
long *maxLatency,
long *preferredLatency,
long *granularity );
90 const char** channelName );
99 const char** channelName );
102 #define paAsioUseChannelSelectors (0x01)
104 typedef struct PaAsioStreamInfo{
107 unsigned long version;
121 int *channelSelectors;
PaError PaAsio_ShowControlPanel(PaDeviceIndex device, void *systemSpecific)
Display the ASIO control panel for the specified device.
PaError PaAsio_GetOutputChannelName(PaDeviceIndex device, int channelIndex, const char **channelName)
Retrieve a pointer to a string containing the name of the specified input channel.
int PaDeviceIndex
The type used to refer to audio devices.
PaError PaAsio_GetAvailableLatencyValues(PaDeviceIndex device, long *minLatency, long *maxLatency, long *preferredLatency, long *granularity)
Retrieve legal latency settings for the specificed device, in samples.
PaError PaAsio_GetInputChannelName(PaDeviceIndex device, int channelIndex, const char **channelName)
Retrieve a pointer to a string containing the name of the specified input channel.
int PaError
Error codes returned by PortAudio functions.
PaHostApiTypeId
Unchanging unique identifiers for each supported host API.