The PortAudio driver. More...
#include <JackPortAudioDriver.h>
Public Member Functions | |
| JackPortAudioDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table, PortAudioDevices *pa_devices) | |
| int | Open (jack_nframes_t buffe_size, jack_nframes_t samplerate, bool capturing, bool playing, int chan_in, int chan_out, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency) |
| int | Close () |
| int | Start () |
| int | Stop () |
| int | Read () |
| int | Write () |
| bool | IsFixedBufferSize () |
| int | SetBufferSize (jack_nframes_t buffer_size) |
The PortAudio driver.
Definition at line 34 of file JackPortAudioDriver.h.
1.6.2