#include <JackNetDriver.h>
Public Member Functions | |
| JackNetDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table, const char *ip, int port, int mtu, int midi_input_ports, int midi_output_ports, char *net_name, uint transport_sync, int network_latency, int celt_encoding) | |
| int | Close () |
| int | Attach () |
| int | Detach () |
| int | Read () |
| int | Write () |
| bool | IsFixedBufferSize () |
| int | SetBufferSize (jack_nframes_t buffer_size) |
| int | SetSampleRate (jack_nframes_t sample_rate) |
This class describes the Net Backend
Definition at line 34 of file JackNetDriver.h.
1.6.2