|
| JackNetExtMaster (const char *ip, int port, const char *name, jack_master_t *request) |
|
int | Open (jack_slave_t *result) |
|
int | InitMaster (jack_slave_t *result) |
|
int | Close () |
|
void | UseRingBuffer (int audio_input, float **audio_input_buffer, int write, int read) |
|
int | Read (int audio_input, float **audio_input_buffer, int midi_input, void **midi_input_buffer, int frames) |
|
int | Write (int audio_output, float **audio_output_buffer, int midi_output, void **midi_output_buffer, int frames) |
|
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 () |
|
bool | SetParams () |
|
void | Exit () |
|
int | SyncRecv () |
|
int | SyncSend () |
|
int | DataRecv () |
|
int | DataSend () |
|
void | EncodeSyncPacket (int frames=-1) |
|
void | DecodeSyncPacket (int &frames) |
|
int | Send (size_t size, int flags) |
|
int | Recv (size_t size, int flags) |
|
void | FatalRecvError () |
|
void | FatalSendError () |
|
bool | fRunning |
|
int | fCurrentCycleOffset |
|
int | fMaxCycleOffset |
|
bool | fSynched |
|
Definition at line 148 of file JackNetAPI.cpp.
int Jack::JackNetExtMaster::InitMaster |
( |
jack_slave_t * |
result | ) |
|
|
inline |
The documentation for this struct was generated from the following file: