JackTrip
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oCDataProtocolBase class that defines the transmission protocol
oCDefaultHeaderDefault Header
oCDefaultHeaderStructDefault Header Struct
oCEmptyHeaderEmpty Header to use with systems that don't include a header
oCHeaderStructAbstract Header Struct, Header Stucts should subclass it
oCJackAudioInterfaceClass that provides an interface with the Jack Audio Server
oCJackTripMain class to creates a SERVER (to listen) or a CLIENT (to connect to a listening server) to send audio streams in the network
oCJackTripThreadTest class that runs JackTrip inside a thread
oCJackTripWorkerPrototype of the worker class that will be cloned through sending threads to the Thread Pool
oCJackTripWorkerMessages
oCJamLinkHeaderJamLink Header
oCJamLinkHeaderStuctJamLink Header Struct
oCLoopBackConnect Inputs to Outputs
oCNetKSA simple (basic) network Karplus Strong
oCPacketHeaderBase class for header type. Subclass this struct to create a new header
oCProcessPluginInterface for the process plugins to add to the JACK callback process in JackAudioInterface
oCRingBufferProvides a ring-buffer (or circular-buffer) that can be written to and read from asynchronously (blocking) or synchronously (non-blocking)
oCRingBufferWavetableSame as RingBuffer, except that it uses the Wavetable mode for lost or late packets
oCSettingsClass to set usage options and parse settings from input
oCTestRingBufferRead
oCTestRingBufferWrite
oCThreadPoolTest
oCUdpDataProtocolUDP implementation of DataProtocol class
\CUdpMasterListenerMaster UDP listener on the Server