#include <JackAlsaAdapter.h>

Public Member Functions | |
| JackAlsaAdapter (jack_nframes_t buffer_size, jack_nframes_t sample_rate, const JSList *params) | |
| virtual int | Open () |
| virtual int | Close () |
| virtual int | SetSampleRate (jack_nframes_t sample_rate) |
| virtual int | SetBufferSize (jack_nframes_t buffer_size) |
| virtual bool | Init () |
| virtual bool | Execute () |
Definition at line 599 of file JackAlsaAdapter.h.
| bool Jack::JackAlsaAdapter::Init | ( | ) | [virtual] |
Called once when the thread is started
Reimplemented from Jack::JackRunnableInterface.
Definition at line 150 of file JackAlsaAdapter.cpp.
1.5.6