de.gulden.framework.jjack

Interface JJackAudioPort

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
FloatBuffergetBuffer()
Returns the FloatBuffer that holds the audio data associated with this port.

Method Detail

getBuffer

public 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)