Jack2 1.9.6
|
Audio adapter using ALSA API. More...
#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 () |
Audio adapter using ALSA API.
Definition at line 592 of file JackAlsaAdapter.h.
bool Jack::JackAlsaAdapter::Init | ( | ) | [virtual] |
Called once when the thread is started
Reimplemented from Jack::JackRunnableInterface.
Definition at line 145 of file JackAlsaAdapter.cpp.