_jack_shm_info | |
_jack_shm_server | |
Jack::_net_transport_data | |
Jack::_packet_header | |
Jack::AtomicArrayCounter | Counter for CAS |
Jack::AtomicCounter | Counter 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::JackActivateRequest | Activate request |
Jack::JackActivationCount | Client activation counter |
Jack::JackAlsaAdapter | Audio adapter using ALSA API |
Jack::JackAlsaDriver | The 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::JackAudioAdapter | Audio adapter : Jack client side |
Jack::JackAudioAdapterInterface | Base class for audio adapters |
Jack::JackAudioDriver | The base class for audio drivers: drivers with audio ports |
Jack::JackClient | The base class for clients: share part of the implementation for JackInternalClient and JackLibClient |
Jack::detail::JackClientChannelInterface | Inter process channel for server/client bidirectionnal communication : request and (receiving) notifications |
Jack::JackClientCheckRequest | CheckClient request |
Jack::JackClientCheckResult | CheckClient result |
Jack::JackClientCloseRequest | CloseClient request |
Jack::JackClientControl | Client control possibly in shared memory |
Jack::JackClientInterface | Client interface |
Jack::JackClientNotification | ClientNotification |
Jack::JackClientNotificationRequest | ClientNotification request |
Jack::JackClientOpenRequest | NewClient request |
Jack::JackClientOpenResult | NewClient result |
Jack::JackClientSocket | Client socket |
Jack::JackClientTiming | For client timing measurements |
Jack::JackConnectionManager | Connection manager |
Jack::JackCoreAudioAdapter | Audio adapter using CoreAudio API |
Jack::JackCoreAudioDriver | The CoreAudio driver |
jackctl_parameter_value | Type for parameter value |
Jack::JackDeactivateRequest | Deactivate request |
Jack::JackDebugClient | A "decorator" debug client to validate API use |
Jack::JackDriver | The base class for drivers |
Jack::JackDriverClientInterface | The base interface for drivers clients |
Jack::JackDriverInterface | The base interface for drivers |
Jack::JackDummyDriver | The dummy driver |
Jack::JackEngine | Engine description |
Jack::JackEngineControl | Engine control in shared memory |
Jack::JackException | Exception base class |
Jack::JackExternalClient | Server side implementation of library clients |
Jack::JackFifo | Inter process synchronization using Fifo |
Jack::JackFixedArray< SIZE > | Utility class |
Jack::JackFixedArray1< SIZE > | Utility class |
Jack::JackFixedMatrix< SIZE > | Utility class |
Jack::JackFrameTimer | A class using the JackAtomicState to manage jack time |
Jack::JackFreewheelDriver | The FreeWheel driver : run Jack engine at full speed |
Jack::JackGetInternalClientNameRequest | GetInternalClientName request |
Jack::JackGetInternalClientNameResult | GetInternalClient result |
Jack::JackGnuPlotMonitor< T > | Generic monitoring class. Saves data to GnuPlot files ('.plt' and '.log' datafile) |
Jack::JackGraphManager | Graph manager: contains the connection manager and the port array |
Jack::JackInternalClient | Internal clients in the server |
Jack::JackInternalClientChannel | JackClientChannel for server internal clients |
Jack::JackInternalClientHandleRequest | InternalClientHandle request |
Jack::JackInternalClientHandleResult | InternalClientHandle result |
Jack::JackInternalClientLoadRequest | InternalClientLoad request |
Jack::JackInternalClientLoadResult | InternalClientLoad result |
Jack::JackInternalClientUnloadRequest | InternalClientUnload request |
Jack::JackInternalClientUnloadResult | InternalClientLoad result |
Jack::JackInterProcessSync | A synchronization primitive built using an inter-process synchronization object |
Jack::JackLibClient | Client on the library side |
Jack::JackLibGlobals | Global library static structure: singleton kind of pattern |
Jack::JackLibSampleRateResampler | Resampler using "libsamplerate" (http://www.mega-nerd.com/SRC/) |
Jack::JackLockAble | Base class for "lockable" objects |
Jack::JackLockedEngine | Locked Engine, access to methods is serialized using a mutex |
Jack::JackLoopbackDriver | The loopback driver : to be used to "pipeline" applications connected in sequence |
Jack::JackLoopFeedback< SIZE > | Utility class |
Jack::JackMachClientChannel | JackClientChannel using Mach IPC |
Jack::JackMachNotifyChannel | JackNotifyChannel using Mach IPC |
Jack::JackMachPort | Mach port |
Jack::JackMachPortSet | Mach port set |
Jack::JackMachSemaphore | Inter process synchronization using using Mach semaphore |
Jack::JackMachServerChannel | JackServerChannel using Mach IPC |
Jack::JackMachServerNotifyChannel | JackServerNotifyChannel using Mach IPC |
Jack::JackMachThread | Darwin threads. Real-time threads are actually "time constraint" threads |
Jack::JackMessageBuffer | Message buffer to be used from RT threads |
Jack::JackNetAdapter | Net adapter |
Jack::JackNetDriver | |
Jack::JackNetException | Exception possibly thrown by Net Slaves |
Jack::JackNetInterface | |
Jack::JackNetMaster | |
Jack::JackNetMasterInterface | |
Jack::JackNetMasterManager | |
Jack::JackNetSlaveInterface | |
Jack::JackPort | Base class for port |
Jack::JackPortAudioAdapter | Audio adapter using PortAudio API |
Jack::JackPortAudioDriver | The PortAudio driver |
Jack::JackPortConnectNameRequest | PortConnectName request |
Jack::JackPortConnectRequest | PortConnect request |
Jack::JackPortDisconnectNameRequest | PortDisconnectName request |
Jack::JackPortDisconnectRequest | PortDisconnect request |
Jack::JackPortRegisterRequest | PortRegister request |
Jack::JackPortRegisterResult | PortRegister result |
Jack::JackPortRenameRequest | PortRename request |
Jack::JackPortUnRegisterRequest | PortUnregister request |
Jack::JackPosixMutex | Mutex abstraction |
Jack::JackPosixSemaphore | Inter process synchronization using POSIX semaphore |
Jack::JackPosixThread | The POSIX thread base class |
Jack::JackProcessSync | A synchronization primitive built using a condition variable |
Jack::JackReleaseTimebaseRequest | ReleaseTimebase request |
Jack::JackRequest | Request from client to server |
Jack::JackResampler | Base class for Resampler |
Jack::JackRestartThreadedDriver | Restart a driver after an exception is thrown |
Jack::JackResult | Result from the server |
Jack::JackRunnableInterface | The base class for runnable objects, that have an Init and Execute method to be called in a thread |
Jack::JackServer | The Jack server |
Jack::JackServerGlobals | Global server static structure: singleton kind of pattern |
Jack::JackServerSocket | Server socket |
Jack::JackSetBufferSizeRequest | SetBufferSize request |
Jack::JackSetFreeWheelRequest | SetFreeWheel request |
Jack::JackSetTimebaseCallbackRequest | SetTimebaseCallback request |
Jack::JackShmMem | The base class for shared memory management |
Jack::JackShmMemAble | A 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::JackSocketClientChannel | JackClientChannel using sockets |
Jack::JackSocketNotifyChannel | JackNotifyChannel using sockets |
Jack::JackSocketServerChannel | JackServerChannel using sockets |
Jack::JackSocketServerNotifyChannel | JackServerNotifyChannel using sockets |
Jack::detail::JackSynchro | An inter process synchronization primitive |
Jack::JackThreadedDriver | The base class for threaded drivers. Threaded drivers are used with blocking devices |
Jack::detail::JackThreadInterface | The thread base class |
Jack::JackTimer | A structure used for time management |
Jack::JackTimingMeasure | Timing stucture for a table of clients |
Jack::JackTimingMeasureClient | Timing stucture for a client |
Jack::JackTools | Utility functions |
Jack::JackWaitThreadedDriver | To be used as a wrapper of JackNetDriver |
Jack::JackWinAsyncNamedPipeServer | Server async named pipe |
Jack::JackWinEvent | Inter process synchronization using system wide events |
Jack::JackWinMutex | Mutex abstraction |
Jack::JackWinNamedPipeClient | Client named pipe |
Jack::JackWinNamedPipeClientChannel | JackClientChannel using pipes |
Jack::JackWinNamedPipeNotifyChannel | JackNotifyChannel using named pipe |
Jack::JackWinNamedPipeServer | Server named pipe |
Jack::JackWinNamedPipeServerChannel | JackServerChannel using pipe |
Jack::JackWinNamedPipeServerNotifyChannel | JackServerNotifyChannel using pipes |
Jack::JackWinProcessSync | A synchronization primitive built using a condition variable |
Jack::JackWinSemaphore | Inter process synchronization using system wide semaphore |
Jack::JackWinThread | Windows threads |
Jack::NetAudioBuffer | |
Jack::NetMidiBuffer | |
PaDeviceInfo | |
PaHostApiInfo | |
PaHostErrorInfo | |
PaStreamCallbackTimeInfo | |
PaStreamInfo | |
PaStreamParameters | |
PortAudioDevices | A PortAudio Devices manager |
Jack::PortFollower | Follow a single port |