Jack2 1.9.6

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
_alsa_driver
_cache_packet
_int_float
_jack_driver
_jack_driver_nt
_jack_hardware
_jack_midi_event
_jack_shm_header
_jack_shm_info
_jack_shm_registry
_jack_shm_server
_jacknet_packet_header
_JSList
Jack::_net_transport_data
_netjack_driver_state
_packet_cache
Jack::_packet_header
Jack::_session_params
Jack::_win_net_error
alsa_midi_t
Jack::AtomicArrayCounterCounter for CAS
Jack::AtomicCounterCounter for CAS
Jack::AudioInterface
Jack::AudioParam
ClockSyncListener
dither_state_t
fake_port_t
hammerfall_t
hdsp_t
ice1712_eeprom_t
ice1712_t
jack_driver_desc_t
jack_driver_param_constraint_desc_t
jack_driver_param_desc_t
jack_driver_param_t
jack_driver_param_value_enum_t
jack_driver_param_value_t
jack_midi_event_t
jack_position_t
jack_ringbuffer_data_t
jack_ringbuffer_t
jack_transport_info_t
jack_varargs_t
Jack::JackActivateRequestActivate request
Jack::JackActivationCountClient activation counter
Jack::JackAlsaAdapterAudio adapter using ALSA API
Jack::JackAlsaDriverThe ALSA driver
Jack::JackArgParser
Jack::JackAtomicArrayState< T >A class to handle several states in a lock-free manner
Jack::JackAtomicDelayLockedLoop
Jack::JackAtomicState< T >A class to handle two states (switching from one to the other) in a lock-free manner
Jack::JackAudioAdapterAudio adapter : Jack client side
Jack::JackAudioAdapterInterfaceBase class for audio adapters
Jack::JackAudioDriverThe base class for audio drivers: drivers with audio ports
Jack::JackBasePosixMutexMutex abstraction
Jack::JackClientThe base class for clients: share part of the implementation for JackInternalClient and JackLibClient
Jack::detail::JackClientChannelInterfaceInter process channel for server/client bidirectionnal communication : request and (receiving) notifications
Jack::JackClientCheckRequestCheckClient request
Jack::JackClientCheckResultCheckClient result
Jack::JackClientCloseRequestCloseClient request
Jack::JackClientControlClient control possibly in shared memory
Jack::JackClientInterfaceClient interface
Jack::JackClientNotificationClientNotification
Jack::JackClientNotificationRequestClientNotification request
Jack::JackClientOpenRequestNewClient request
Jack::JackClientOpenResultNewClient result
Jack::JackClientPipeThread
Jack::JackClientSocketClient socket
Jack::JackClientTimingFor client timing measurements
Jack::JackConnectionManagerConnection manager
Jack::JackCoreAudioAdapterAudio adapter using CoreAudio API
Jack::JackCoreAudioDriverThe CoreAudio driver
jackctl_driver
jackctl_internal
jackctl_parameter
jackctl_parameter_valueType for parameter value
jackctl_server
Jack::JackDeactivateRequestDeactivate request
Jack::JackDebugClientA "decorator" debug client to validate API use
Jack::JackDelayLockedLoop
Jack::JackDriver
Jack::JackDriverClientInterfaceThe base interface for drivers clients
JackDriverInfo
Jack::JackDriverInterfaceThe base interface for drivers
Jack::JackDummyDriverThe dummy driver
Jack::JackEngineEngine description
Jack::JackEngineControlEngine control in shared memory
Jack::JackEngineProfiling
Jack::JackExceptionException base class
Jack::JackExternalClientServer side implementation of library clients
Jack::JackFifoInter process synchronization using Fifo
Jack::JackFilter
Jack::JackFixedArray< SIZE >Utility class
Jack::JackFixedArray1< SIZE >Utility class
Jack::JackFixedMatrix< SIZE >Utility class
Jack::JackFrameTimerA class using the JackAtomicState to manage jack time
Jack::JackFreewheelDriverThe FreeWheel driver : run Jack engine at full speed
Jack::JackGetInternalClientNameRequestGetInternalClientName request
Jack::JackGetInternalClientNameResultGetInternalClient result
Jack::JackGlobals
Jack::JackGnuPlotMonitor< T >Generic monitoring class. Saves data to GnuPlot files ('.plt' and '.log' datafile)
Jack::JackGraphManagerGraph manager: contains the connection manager and the port array
Jack::JackInternalClientInternal clients in the server
Jack::JackInternalClientChannelJackClientChannel for server internal clients
Jack::JackInternalClientHandleRequestInternalClientHandle request
Jack::JackInternalClientHandleResultInternalClientHandle result
Jack::JackInternalClientLoadRequestInternalClientLoad request
Jack::JackInternalClientLoadResultInternalClientLoad result
Jack::JackInternalClientUnloadRequestInternalClientUnload request
Jack::JackInternalClientUnloadResultInternalClientLoad result
Jack::JackLibClientClient on the library side
Jack::JackLibGlobalsGlobal library static structure: singleton kind of pattern
Jack::JackLibSampleRateResamplerResampler using "libsamplerate" (http://www.mega-nerd.com/SRC/)
Jack::JackLoadableInternalClient
Jack::JackLoadableInternalClient1
Jack::JackLoadableInternalClient2
Jack::JackLock
Jack::JackLockAbleBase class for "lockable" objects
Jack::JackLockedEngineLocked Engine, access to methods is serialized using a mutex
Jack::JackLoopbackDriverThe loopback driver : to be used to "pipeline" applications connected in sequence
Jack::JackLoopFeedback< SIZE >Utility class
Jack::JackMachClientChannelJackClientChannel using Mach IPC
Jack::JackMachNotifyChannelJackNotifyChannel using Mach IPC
Jack::JackMachPortMach port
Jack::JackMachPortSetMach port set
Jack::JackMachSemaphoreInter process synchronization using using Mach semaphore
Jack::JackMachServerChannelJackServerChannel using Mach IPC
Jack::JackMachServerNotifyChannelJackServerNotifyChannel using Mach IPC
Jack::JackMachThreadDarwin threads. Real-time threads are actually "time constraint" threads
Jack::JackMem
Jack::JackMessage
Jack::JackMessageBufferMessage buffer to be used from RT threads
Jack::JackMidiBuffer
Jack::JackMidiDriverThe base class for MIDI drivers: drivers with MIDI ports
Jack::JackMidiEvent
Jack::JackNetAdapterNet adapter
Jack::JackNetDriver
Jack::JackNetExceptionException possibly thrown by Net slaves
Jack::JackNetInterface
Jack::JackNetMaster
Jack::JackNetMasterInterface
Jack::JackNetMasterManager
Jack::JackNetOneDriver
Jack::JackNetSlaveInterface
Jack::JackNetUnixSocket
Jack::JackNetWinSocket
Jack::JackPhysicalMidiInput
Jack::JackPhysicalMidiOutput
Jack::JackPIControler
Jack::JackPortBase class for port
Jack::JackPortAudioAdapterAudio adapter using PortAudio API
Jack::JackPortAudioDriverThe PortAudio driver
Jack::JackPortConnectNameRequestPortConnectName request
Jack::JackPortConnectRequestPortConnect request
Jack::JackPortDisconnectNameRequestPortDisconnectName request
Jack::JackPortDisconnectRequestPortDisconnect request
Jack::JackPortRegisterRequestPortRegister request
Jack::JackPortRegisterResultPortRegister result
Jack::JackPortRenameRequestPortRename request
Jack::JackPortType
Jack::JackPortUnRegisterRequestPortUnregister request
Jack::JackPosixMutex
Jack::JackPosixSemaphoreInter process synchronization using POSIX semaphore
Jack::JackPosixThreadThe POSIX thread base class
Jack::JackProcessSyncA synchronization primitive built using a condition variable
Jack::JackProfilerServer real-time monitoring
Jack::JackProfilerClient
Jack::JackQuitException
Jack::JackReleaseTimebaseRequestReleaseTimebase request
Jack::JackRequestRequest from client to server
Jack::JackResamplerBase class for Resampler
Jack::JackRestartThreadedDriverRestart a driver after an exception is thrown
Jack::JackResultResult from the server
Jack::JackRunnableInterfaceThe base class for runnable objects, that have an Init and Execute method to be called in a thread
Jack::JackServerThe Jack server
Jack::JackServerGlobalsGlobal server static structure: singleton kind of pattern
Jack::JackServerSocket
Jack::JackSetBufferSizeRequestSetBufferSize request
Jack::JackSetFreeWheelRequestSetFreeWheel request
Jack::JackSetTimebaseCallbackRequestSetTimebaseCallback request
Jack::JackShmMemThe base class for shared memory management
Jack::JackShmMemAbleA class which objects possibly want to be allocated in shared memory derives from this class
Jack::JackShmReadPtr< T >Pointer on shared memory segment in the client side
Jack::JackShmReadWritePtr< T >Pointer on shared memory segment in the client side
Jack::JackShmReadWritePtr1< T >Pointer on shared memory segment in the client side: destroy the segment (used client control)
Jack::JackSocketClientChannelJackClientChannel using sockets
Jack::JackSocketNotifyChannelJackNotifyChannel using sockets
Jack::JackSocketServerChannelJackServerChannel using sockets
Jack::JackSocketServerNotifyChannelJackServerNotifyChannel using sockets
Jack::detail::JackSynchroAn inter process synchronization primitive
Jack::JackTemporaryExceptionException thrown by JackEngine in temporary mode
Jack::JackThreadedDriverThe base class for threaded drivers. Threaded drivers are used with blocking devices
Jack::detail::JackThreadInterfaceThe thread base class
Jack::JackTimerA structure used for time management
Jack::JackTimingClientIntervalTiming interval in the global table for a given client
Jack::JackTimingMeasureTiming stucture for a table of clients
Jack::JackTimingMeasureClientTiming stucture for a client
Jack::JackToolsUtility functions
Jack::JackTransportEngine
Jack::JackWaitThreadedDriverTo be used as a wrapper of JackNetDriver
Jack::JackWinAsyncNamedPipeClient
Jack::JackWinAsyncNamedPipeServerServer async named pipe
Jack::JackWinEventInter process synchronization using system wide events
Jack::JackWinMutexMutex abstraction
Jack::JackWinNamedPipe
Jack::JackWinNamedPipeClientClient named pipe
Jack::JackWinNamedPipeClientChannelJackClientChannel using pipes
Jack::JackWinNamedPipeNotifyChannelJackNotifyChannel using named pipe
Jack::JackWinNamedPipeServerServer named pipe
Jack::JackWinNamedPipeServerChannelJackServerChannel using pipe
Jack::JackWinNamedPipeServerNotifyChannelJackServerNotifyChannel using pipes
Jack::JackWinProcessSyncA synchronization primitive built using a condition variable
Jack::JackWinSemaphoreInter process synchronization using system wide semaphore
Jack::JackWinThreadWindows threads
midi_pack_t
midi_unpack_t
Jack::NetAudioBuffer
Jack::NetMidiBuffer
option
PaAsioStreamInfo
PaDeviceInfo
PaHostApiInfo
PaHostErrorInfo
PaStreamCallbackTimeInfo
PaStreamInfo
PaStreamParameters
PortAudioDevicesA PortAudio Devices manager
Jack::PortFollowerFollow a single port
snd_usX2Y_hwdep_pcm_shm
SRC_CB_DATA
SRC_DATA
usx2y_t