#include <JackLibClient.h>
Inheritance diagram for Jack::JackLibClient:
Public Member Functions | |
JackLibClient (JackSynchro **table) | |
virtual | ~JackLibClient () |
int | Open (const char *name) |
int | ClientNotifyImp (int refnum, const char *name, int notify, int sync, int value) |
Notification received from the server. | |
JackGraphManager * | GetGraphManager () const |
JackEngineControl * | GetEngineControl () const |
JackClientControl * | GetClientControl () const |
Definition at line 35 of file JackLibClient.h.
|
Shared client control Definition at line 52 of file JackLibClient.cpp. References Jack::JackClient::fChannel, and Jack::JackGlobals::MakeClientChannel(). |