|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.gulden.framework.jjack.JJackAudioEvent.PortImpl
protected class JJackAudioEvent.PortImpl
Inner class implementing interface JJackAudioPort
.
Field Summary | |
---|---|
protected java.nio.FloatBuffer |
buf
Buffer associated with this port. |
protected int |
port
Port mode, either constant INPUT or OUTPUT . |
Fields inherited from interface de.gulden.framework.jjack.JJackConstants |
---|
INPUT, LEFT, OUTPUT, RIGHT |
Constructor Summary | |
---|---|
JJackAudioEvent.PortImpl(int port,
java.nio.FloatBuffer buf)
Constructor. |
Method Summary | |
---|---|
java.nio.FloatBuffer |
getBuffer()
Returns the FloatBuffer that holds the audio data associated with this port. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int port
INPUT
or OUTPUT
.
protected java.nio.FloatBuffer buf
Constructor Detail |
---|
JJackAudioEvent.PortImpl(int port, java.nio.FloatBuffer buf)
PortImpl
with the given parameters.
port
- the port mode, either constant INPUT
or OUTPUT
buf
- the buffer associated with this portMethod Detail |
---|
public java.nio.FloatBuffer getBuffer()
FloatBuffer
that holds the audio data associated with this port.
getBuffer
in interface JJackAudioPort
FloatBuffer
, either read-only (if this is an input port), or write-only (if this is an output port)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |