#include <JackSocketClientChannel.h>
Inheritance diagram for Jack::JackSocketClientChannel:
Public Member Functions | |
JackSocketClientChannel () | |
virtual | ~JackSocketClientChannel () |
int | Open (const char *name, JackClient *obj) |
void | Close () |
int | Start () |
void | Stop () |
void | ClientNew (const char *name, int *shared_engine, int *shared_client, int *shared_graph, int *result) |
void | ClientClose (int refnum, int *result) |
void | ClientActivate (int refnum, int *result) |
void | ClientDeactivate (int refnum, int *result) |
void | PortRegister (int refnum, const char *name, unsigned int flags, unsigned int buffer_size, jack_port_id_t *port_index, int *result) |
void | PortUnRegister (int refnum, jack_port_id_t port_index, int *result) |
void | PortConnect (int refnum, const char *src, const char *dst, int *result) |
void | PortDisconnect (int refnum, const char *src, const char *dst, int *result) |
void | PortConnect (int refnum, jack_port_id_t src, jack_port_id_t dst, int *result) |
void | PortDisconnect (int refnum, jack_port_id_t src, jack_port_id_t dst, int *result) |
void | SetBufferSize (jack_nframes_t buffer_size, int *result) |
void | SetFreewheel (int onoff, int *result) |
void | ReleaseTimebase (int refnum, int *result) |
void | SetTimebaseCallback (int refnum, int conditional, int *result) |
bool | Init () |
bool | Execute () |
Definition at line 35 of file JackSocketClientChannel.h.
|
Called once when the thread is started Reimplemented from Jack::JackRunnableInterface. Definition at line 218 of file JackSocketClientChannel.cpp. References Jack::JackServerSocket::Accept(), and Jack::JackServerSocket::Close(). |