|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JJackAudioChannel
Model of an audio channel. Every audio channel has an input port and an output port.
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. |
java.nio.FloatBuffer |
getPortBuffer(int port)
Returns the input or output buffer of this channel. |
Method Detail |
---|
JJackAudioPort getPort(int port)
port
- either constant INPUT
or OUTPUT
java.nio.FloatBuffer getPortBuffer(int port)
getPort(port).getBuffer()
.
port
- either constant INPUT
or OUTPUT
int getIndex()
LEFT
(=0) or RIGHT
(=1).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |