de.gulden.framework.jjack
public interface JJackAudioChannel
Version: 0.3
See Also: JJackAudioPort JJackAudioEvent
Method Summary | |
---|---|
int | getIndex()
Returns the index number of this channel.
|
JJackAudioPort | getPort(int port)
Returns the input or output port of this channel.
|
FloatBuffer | getPortBuffer(int port)
Returns the input or output buffer of this channel.
|
LEFT
(=0) or RIGHT
(=1).
Returns: the index number of the channel
Parameters: port either constant INPUT
or OUTPUT
Returns: the input or output port, as requested
getPort(port).getBuffer()
.
Parameters: port either constant INPUT
or OUTPUT
Returns: the audio data buffer