Jack2
1.9.9
|
#include <JackNetOneDriver.h>
Public Member Functions | |
JackNetOneDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table, int port, int mtu, int capture_ports, int playback_ports, int midi_input_ports, int midi_output_ports, int sample_rate, int period_size, int resample_factor, const char *net_name, uint transport_sync, int bitdepth, int use_autoconfig, int latency, int redundancy, int dont_htonl_floats, int always_deadline, int jitter_val) | |
int | Close () |
int | Attach () |
int | Detach () |
int | Read () |
int | Write () |
bool | Initialize () |
int | AllocPorts () |
void | FreePorts () |
bool | IsFixedBufferSize () |
int | SetBufferSize (jack_nframes_t buffer_size) |
int | SetSampleRate (jack_nframes_t sample_rate) |
![]() | |
JackWaiterDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
virtual int | ProcessNull () |
![]() | |
JackTimedDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
bool | IsFixedBufferSize () |
int | Start () |
![]() | |
JackAudioDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
virtual 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) |
virtual int | Open (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) |
virtual int | Process () |
virtual int | ClientNotify (int refnum, const char *name, int notify, int sync, const char *message, int value1, int value2) |
![]() | |
JackDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
void | SetMaster (bool onoff) |
bool | GetMaster () |
void | AddSlave (JackDriverInterface *slave) |
void | RemoveSlave (JackDriverInterface *slave) |
std::list< JackDriverInterface * > | GetSlaves () |
virtual int | Open () |
virtual int | Stop () |
int | ProcessReadSlaves () |
int | ProcessWriteSlaves () |
int | ProcessRead () |
int | ProcessWrite () |
int | ProcessReadSync () |
int | ProcessWriteSync () |
int | ProcessReadAsync () |
int | ProcessWriteAsync () |
virtual JackClientControl * | GetClientControl () const |
virtual bool | IsRealTime () const |
virtual bool | IsRunning () const |
Additional Inherited Members | |
![]() | |
int | FirstCycle (jack_time_t cur_time) |
int | CurrentCycle (jack_time_t cur_time) |
void | ProcessWait () |
![]() | |
int | fCycleCount |
jack_time_t | fAnchorTimeUsec |
This class describes the Net Backend
Definition at line 33 of file JackNetOneDriver.h.