#include <JackServer.h>
Public Member Functions | |
JackServer (bool sync, bool temporary, long timeout, bool rt, long priority, long loopback, bool verbose, const char *server_name) | |
int | Open (jack_driver_desc_t *driver_desc, JSList *driver_params) |
int | Close () |
int | Start () |
int | Stop () |
void | Notify (int refnum, int notify, int value) |
int | SetBufferSize (jack_nframes_t buffer_size) |
int | SetFreewheel (bool onoff) |
int | InternalClientLoad (const char *client_name, const char *so_name, const char *objet_data, int options, int *int_ref, int *status) |
int | InternalClientLoad (const char *client_name, const char *so_name, const JSList *parameters, int options, int *int_ref, int *status) |
void | ClientKill (int refnum) |
int | ReleaseTimebase (int refnum) |
int | SetTimebaseCallback (int refnum, int conditional) |
JackLockedEngine * | GetEngine () |
JackEngineControl * | GetEngineControl () |
JackSynchro * | GetSynchroTable () |
JackGraphManager * | GetGraphManager () |
Static Public Attributes | |
static JackServer * | fInstance = NULL |
Definition at line 45 of file JackServer.h.