Jack2
1.9.7
|
Client control possibly in shared memory. More...
#include <JackClientControl.h>
Public Member Functions | |
JackClientControl (const char *name, int pid, int refnum, int uuid) | |
JackClientControl (const char *name) | |
void | Init (const char *name, int pid, int refnum, int uuid) |
Public Attributes | |
char | fName [JACK_CLIENT_NAME_SIZE+1] |
bool | fCallback [kMaxNotification] |
volatile jack_transport_state_t | fTransportState |
volatile bool | fTransportSync |
volatile bool | fTransportTimebase |
int | fRefNum |
int | fPID |
bool | fActive |
int | fSessionID |
char | fSessionCommand [JACK_SESSION_COMMAND_SIZE] |
jack_session_flags_t | fSessionFlags |
Client control possibly in shared memory.
Definition at line 37 of file JackClientControl.h.