|
| NetFloatAudioBuffer (session_params_t *params, uint32_t nports, char *net_buffer) |
|
size_t | GetCycleSize () |
|
float | GetCycleDuration () |
|
int | GetNumPackets (int active_ports) |
|
int | RenderFromNetwork (int cycle, int sub_cycle, uint32_t port_num) |
|
int | RenderToNetwork (int sub_cycle, uint32_t port_num) |
|
| NetAudioBuffer (session_params_t *params, uint32_t nports, char *net_buffer) |
|
bool | GetConnected (int port_index) |
|
void | SetConnected (int port_index, bool state) |
|
virtual void | SetBuffer (int index, sample_t *buffer) |
|
virtual sample_t * | GetBuffer (int index) |
|
virtual int | RenderFromJackPorts (int nframes) |
|
virtual void | RenderToJackPorts (int nframes) |
|
virtual int | ActivePortsToNetwork (char *net_buffer) |
|
virtual void | ActivePortsFromNetwork (char *net_buffer, uint32_t port_num) |
|
|
int | CheckPacket (int cycle, int sub_cycle) |
|
void | NextCycle () |
|
void | Cleanup () |
|
int | fNPorts |
|
int | fLastSubCycle |
|
int | fNumPackets |
|
char * | fNetBuffer |
|
sample_t ** | fPortBuffer |
|
bool * | fConnectedPorts |
|
jack_nframes_t | fPeriodSize |
|
jack_nframes_t | fSubPeriodSize |
|
size_t | fSubPeriodBytesSize |
|
float | fCycleDuration |
|
size_t | fCycleBytesSize |
|
Definition at line 335 of file JackNetTool.h.
The documentation for this class was generated from the following files: