|
Jack2
1.9.10
|
#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 opus_encoding, bool auto_save) | |
| int | Open (jack_nframes_t buffer_size, jack_nframes_t samplerate, bool capturing, bool playing, int inchannels, int outchannels, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency) |
| 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.7.6.1