#include "portaudio.h"
Go to the source code of this file.
Classes | |
struct | PaAsioStreamInfo |
Defines | |
#define | paAsioUseChannelSelectors (0x01) |
Typedefs | |
typedef PaAsioStreamInfo | PaAsioStreamInfo |
Functions | |
PaError | PaAsio_GetAvailableLatencyValues (PaDeviceIndex device, long *minLatency, long *maxLatency, long *preferredLatency, long *granularity) |
PaError | PaAsio_ShowControlPanel (PaDeviceIndex device, void *systemSpecific) |
PaError | PaAsio_GetInputChannelName (PaDeviceIndex device, int channelIndex, const char **channelName) |
PaError | PaAsio_GetOutputChannelName (PaDeviceIndex device, int channelIndex, const char **channelName) |
Definition in file pa_asio.h.
|
Retrieve legal latency settings for the specificed device, in samples.
|
|
Retrieve a pointer to a string containing the name of the specified input channel. The string is valid until Pa_Terminate is called. The string will be no longer than 32 characters including the null terminator. |
|
Retrieve a pointer to a string containing the name of the specified input channel. The string is valid until Pa_Terminate is called. The string will be no longer than 32 characters including the null terminator. |
|
Display the ASIO control panel for the specified device.
|