|
| JackNetExtMaster (const char *ip, int port, const char *name, jack_master_t *request) |
|
int | Open (jack_slave_t *result) |
|
int | MasterInit () |
|
int | Close () |
|
void | AllocPorts () |
|
void | FreePorts () |
|
int | Read (int audio_input, float **audio_input_buffer, int midi_input, void **midi_input_buffer) |
|
int | Write (int audio_output, float **audio_output_buffer, int midi_output, void **midi_output_buffer) |
|
void | EncodeTransportData () |
|
void | DecodeTransportData () |
|
| JackNetMasterInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) |
|
| JackNetInterface (const char *multicast_ip, int port) |
|
| JackNetInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) |
|
|
bool | Init () |
|
int | SetRxTimeout () |
|
bool | SetParams () |
|
void | Exit () |
|
int | SyncRecv () |
|
int | SyncSend () |
|
int | DataRecv () |
|
int | DataSend () |
|
void | EncodeSyncPacket () |
|
void | DecodeSyncPacket () |
|
int | Send (size_t size, int flags) |
|
int | Recv (size_t size, int flags) |
|
bool | IsSynched () |
|
void | FatalRecvError () |
|
void | FatalSendError () |
|
bool | fRunning |
|
int | fCurrentCycleOffset |
|
int | fMaxCycleOffset |
|
int | fLastfCycleOffset |
|
Definition at line 132 of file JackNetAPI.cpp.
The documentation for this struct was generated from the following file: