Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
_jack_shm_info
_jack_shm_server
Jack::_net_transport_data
Jack::_packet_header
Jack::AtomicArrayCounterCounter for CAS
Jack::AtomicCounterCounter for CAS
Jack::AudioInterface
Jack::AudioParam
jack_driver_desc_t
jack_driver_param_desc_t
jack_driver_param_t
jack_driver_param_value_t
jack_midi_event_t
Jack::JackActivateRequestActivate request
Jack::JackActivationCountClient activation counter
Jack::JackAlsaAdapterAudio adapter using ALSA API
Jack::JackAlsaDriverThe ALSA driver
Jack::JackAtomicArrayState< T >A class to handle several states in a lock-free manner
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::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::JackClientSocketClient socket
Jack::JackClientTimingFor client timing measurements
Jack::JackConnectionManagerConnection manager
Jack::JackCoreAudioAdapterAudio adapter using CoreAudio API
Jack::JackCoreAudioDriverThe CoreAudio driver
jackctl_parameter_valueType for parameter value
Jack::JackDeactivateRequestDeactivate request
Jack::JackDebugClientA "decorator" debug client to validate API use
Jack::JackDriverThe base class for drivers
Jack::JackDriverClientInterfaceThe base interface for drivers clients
Jack::JackDriverInterfaceThe base interface for drivers
Jack::JackDummyDriverThe dummy driver
Jack::JackEngineEngine description
Jack::JackEngineControlEngine control in shared memory
Jack::JackExceptionException base class
Jack::JackExternalClientServer side implementation of library clients
Jack::JackFifoInter process synchronization using Fifo
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::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::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::JackMessageBufferMessage buffer to be used from RT threads
Jack::JackNetAdapterNet adapter
Jack::JackNetDriver
Jack::JackNetExceptionException possibly thrown by Net Slaves
Jack::JackNetInterface
Jack::JackNetMaster
Jack::JackNetMasterInterface
Jack::JackNetMasterManager
Jack::JackNetSlaveInterface
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::JackPortUnRegisterRequestPortUnregister request
Jack::JackPosixMutexMutex abstraction
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::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::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::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::JackWaitThreadedDriverTo be used as a wrapper of JackNetDriver
Jack::JackWinAsyncNamedPipeServerServer async named pipe
Jack::JackWinEventInter process synchronization using system wide events
Jack::JackWinMutexMutex abstraction
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
Jack::NetAudioBuffer
Jack::NetMidiBuffer
PaDeviceInfo
PaHostApiInfo
PaHostErrorInfo
PaStreamCallbackTimeInfo
PaStreamInfo
PaStreamParameters
PortAudioDevicesA PortAudio Devices manager
Jack::PortFollowerFollow a single port

Generated on Mon Mar 23 2009 for Jack2 by  doxygen 1.5.7.1