#include <JackCoreAudioDriver.h>
Inheritance diagram for Jack::JackCoreAudioDriver:
Public Member Functions | |
JackCoreAudioDriver (const char *name, JackEngine *engine, JackSynchro **table) | |
virtual | ~JackCoreAudioDriver () |
int | Open (jack_nframes_t frames_per_cycle, jack_nframes_t rate, 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 | Attach () |
int | Start () |
int | Stop () |
int | Read () |
int | Write () |
int | SetBufferSize (jack_nframes_t buffer_size) |
Definition at line 49 of file JackCoreAudioDriver.h.