|
Jack2 1.9.6
|
JackServerChannel using Mach IPC. More...
#include <JackMachServerChannel.h>
Public Member Functions | |
| int | Open (const char *server_name, JackServer *server) |
| void | Close () |
| int | Start () |
| JackLockedEngine * | GetEngine () |
| JackServer * | GetServer () |
| void | ClientCheck (char *name, char *name_res, int protocol, int options, int *status, int *result) |
| void | ClientOpen (char *name, int pid, mach_port_t *private_port, int *shared_engine, int *shared_client, int *shared_graph, int *result) |
| void | ClientClose (mach_port_t private_port, int refnum) |
| void | ClientKill (mach_port_t private_port) |
| bool | Execute () |
Static Public Attributes | |
|
static std::map< mach_port_t, JackMachServerChannel * > | fPortTable |
JackServerChannel using Mach IPC.
Definition at line 37 of file JackMachServerChannel.h.
1.7.3