| Interface Summary | |
|---|---|
| JJackAudioChannel | Model of an audio channel. |
| JJackAudioConsumer |
Interface to model a JJackAudioProcessor's role
as an exclusively monitoring client that does not generate audio output by itself.
|
| JJackAudioPort | Model of a port of an audio channel. |
| JJackAudioProcessListener | Event listener that gets informed about start and end of processing. |
| JJackAudioProcessor | |
| JJackAudioProcessorMonitorable |
Extends interface JJackAudioProcessor by the ability
to add listeners that get informed about starting and ending of processing.
|
| JJackAudioProducer |
Interface to model a JJackAudioProcessor's role
as a client that generates audio output.
|
| JJackConstants | Constant values used by the JJack API. |
| Class Summary | |
|---|---|
| JJackAudioEvent | Event class to propagate audio data from one audio processor to another. |
| JJackAudioEvent.ChannelImpl |
Inner class implementing interface JJackAudioChannel.
|
| JJackAudioEvent.PortImpl |
Inner class implementing interface JJackAudioPort.
|
| JJackBeanInfoAbstract | Abstract base class for BeanInfo classes describing JJack clients as JavaBeans. |
| JJackClient | Abstract base class for JJack clients. |
| JJackException | Exception class used by the JJack API. |
| JJackMonitor | Abstract base class for JJack clients that listen to input but do not generate output. |
| JJackSystem | JJack system class. |