Jack2
1.9.9
|
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) |
![]() | |
void | Init () |
int | GetShmIndex () |
char * | GetShmAddress () |
void | LockMemory () |
void | UnlockMemory () |
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 |
Additional Inherited Members | |
![]() | |
jack_shm_info_t | fInfo |
Client control possibly in shared memory.
Definition at line 38 of file JackClientControl.h.