JackTrip
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAudioInterfaceBase Class that provides an interface with audio
 CCallbackInfo
 CDataProtocolBase class that defines the transmission protocol
 CDefaultHeaderDefault Header
 CDefaultHeaderStructDefault Header Struct
 CEmptyHeaderEmpty Header to use with systems that don't include a header
 CHeaderStructAbstract Header Struct, Header Stucts should subclass it
 CJackAudioInterfaceClass that provides an interface with the Jack Audio Server
 CJackTripMain class to creates a SERVER (to listen) or a CLIENT (to connect to a listening server) to send audio streams in the network
 CJackTripThreadTest class that runs JackTrip inside a thread
 CJackTripWorkerPrototype of the worker class that will be cloned through sending threads to the Thread Pool
 CJackTripWorkerMessages
 CJamLinkHeaderJamLink Header
 CJamLinkHeaderStuctJamLink Header Struct
 CLoopBackConnect Inputs to Outputs
 CNetKSA simple (basic) network Karplus Strong
 CPacketHeaderBase class for header type. Subclass this struct to create a new header
 CProcessPluginInterface for the process plugins to add to the JACK callback process in JackAudioInterface
 Cqt_meta_stringdata_DataProtocol_t
 Cqt_meta_stringdata_JackTrip_t
 Cqt_meta_stringdata_JackTripWorker_t
 Cqt_meta_stringdata_JackTripWorkerMessages_t
 Cqt_meta_stringdata_NetKS_t
 Cqt_meta_stringdata_PacketHeader_t
 Cqt_meta_stringdata_Settings_t
 Cqt_meta_stringdata_ThreadPoolTest_t
 Cqt_meta_stringdata_UdpDataProtocol_t
 Cqt_meta_stringdata_UdpMasterListener_t
 CRingBufferProvides a ring-buffer (or circular-buffer) that can be written to and read from asynchronously (blocking) or synchronously (non-blocking)
 CRingBufferWavetableSame as RingBuffer, except that it uses the Wavetable mode for lost or late packets
 CRtApi
 CConvertInfo
 CRtApiStream
 CRtApiDummy
 CRtAudioRealtime audio i/o C++ classes
 CDeviceInfoThe public device information structure for returning queried values
 CStreamOptionsThe structure for specifying stream options
 CStreamParametersThe structure for specifying input or ouput stream parameters
 CRtAudioInterfaceBase Class that provides an interface with RtAudio
 CRtErrorException handling class for RtAudio & RtMidi
 CSettingsClass to set usage options and parse settings from input
 CTestRingBufferRead
 CTestRingBufferWrite
 CThreadPoolTest
 CUdpDataProtocolUDP implementation of DataProtocol class
 CUdpMasterListenerMaster UDP listener on the Server