_alsa_driver | |
_jack_driver | |
_jack_driver_info | |
_jack_driver_nt | |
_jack_hardware | |
_jack_shm_header | |
_jack_shm_info | |
_jack_shm_registry | |
_jack_shm_server | |
_JSList | |
Jack::AtomicArrayCounter | Counter for CAS |
Jack::AtomicCounter | Counter for CAS |
ClockSyncListener | |
dither_state_t | |
hammerfall_t | |
hdsp_t | |
ice1712_eeprom_t | |
ice1712_t | |
jack_driver_desc_t | |
jack_driver_param_desc_t | |
jack_driver_param_t | |
jack_driver_param_value_t | |
jack_position_t | |
jack_ringbuffer_data_t | |
jack_ringbuffer_t | |
jack_transport_info_t | |
jack_varargs_t | |
Jack::JackActivateRequest | Activate request |
Jack::JackActivationCount | Client activation counter |
Jack::JackAlsaDriver | The ALSA driver |
Jack::JackASIODriver | The ASIO driver |
Jack::JackAtomicArrayState< T > | A class to handle serveral 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::JackAudioDriver | The base class for audio drivers: drivers with audio ports |
Jack::JackChannelTransaction | Channel input/output communication |
Jack::JackClient | The base class for clients: share part of the implementation for JackInternalClient and JackLibClient |
Jack::JackClientChannelInterface | Inter process channel for server/client bidirectionnal communication : request and (receiving) notifications |
Jack::JackClientCloseRequest | CloseClient request |
Jack::JackClientControl | Client control in shared memory |
Jack::JackClientInterface | Client interface |
Jack::JackClientNewRequest | NewClient request |
Jack::JackClientNewResult | NewClient result |
Jack::JackClientNotification | ClientNotification |
Jack::JackClientNotificationRequest | ClientNotification request |
Jack::JackClientPipeThread | |
Jack::JackClientSocket | Client socket |
Jack::JackClientTiming | For client timing measurements |
Jack::JackConnectionManager | Connection manager |
Jack::JackCoreAudioDriver | The CoreAudio driver |
Jack::JackDeactivateRequest | Deactivate request |
Jack::JackDebugClient | A "decorator" debug client to validate API use |
Jack::JackDriver | The base class for drivers |
Jack::JackDriverClient | The base class for drivers clients |
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::JackEngineTiming | Engine timing management |
Jack::JackExternalClient | Server side implementation of library clients |
Jack::JackFactoryImpl | Factory description |
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::JackGlobals | Factory for OS specific ressources |
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::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::JackLockMem | |
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::JackNotifyChannelInterface | Inter process channel for server to client notifications |
Jack::JackPort | Base class for port |
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::JackPortUnRegisterRequest | PortUnregister request |
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::JackPthreadCond | Inter process synchronization using pthread condition variables |
Jack::JackPthreadCondArray | |
Jack::JackPthreadCondClient | |
Jack::JackPthreadCondItem | |
Jack::JackPthreadCondServer | |
Jack::JackReleaseTimebaseRequest | ReleaseTimebase request |
Jack::JackRequest | Request from client to server |
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::JackServerChannelInterface | Entry point channel for client/server communication |
Jack::JackServerGlobals | Global server static structure: singleton kind of pattern |
Jack::JackServerNotifyChannelInterface | Channel for server RT thread to request server thread communication |
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::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::JackSynchro | An inter process synchronization primitive |
Jack::JackSyncInterface | A synchronization primitive interface |
Jack::JackThread | The thread base class |
Jack::JackThreadedDriver | The base class for threaded drivers. Threaded drivers are used with blocking devices |
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::JackTransportEngine | The client transport structure |
Jack::JackWinAsyncNamedPipeClient | |
Jack::JackWinAsyncNamedPipeServer | Server async named pipe |
Jack::JackWinEvent | Inter process synchronization using system wide events |
Jack::JackWinNamedPipe | |
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::JackWinThread | Windows threads |
option | |
PaAsioStreamInfo | |
PaDeviceInfo | |
PaHostApiInfo | |
PaHostErrorInfo | |
PaStreamCallbackTimeInfo | |
PaStreamInfo | |
PaStreamParameters | |
Jack::PortFollower | Follow a single port |
re_pattern_buffer | |
re_registers | |
regmatch_t | |
snd_usX2Y_hwdep_pcm_shm | |
usx2y_t |