de.gulden.framework.jjack
Interface JJackAudioPort
- All Known Implementing Classes:
- JJackAudioEvent.PortImpl
public interface JJackAudioPort
Model of a port of an audio channel.
Every audio channel has an input port and an output port.
- Version:
- 0.3
- Author:
- Jens Gulden
- See Also:
JJackAudioChannel
,
JJackAudioEvent
Method Summary |
java.nio.FloatBuffer |
getBuffer()
Returns the FloatBuffer that holds the audio data associated with this port. |
getBuffer
java.nio.FloatBuffer getBuffer()
- Returns the
FloatBuffer
that holds the audio data associated with this port.
- Returns:
FloatBuffer
, either read-only (if this is an input port), or write-only (if this is an output port)