com.petersalomonsen.jjack.javasound

Class SourceJJackLine

public class SourceJJackLine extends JJackLine implements SourceDataLine

JJack SourceDataLine implementation

Version: 0.3

Author: Peter Johan Salomonsen

Constructor Summary
SourceJJackLine(JJackMixer mixer)
Method Summary
intavailable()
booleancanReadFloat(int length)
longgetLongFramePosition()
float[]readFloat(int length)
Used by JJackMixer to read float values
intwrite(byte[] b, int off, int len)

Constructor Detail

SourceJJackLine

public SourceJJackLine(JJackMixer mixer)

Method Detail

available

public int available()

canReadFloat

boolean canReadFloat(int length)

getLongFramePosition

public long getLongFramePosition()

readFloat

float[] readFloat(int length)
Used by JJackMixer to read float values

write

public int write(byte[] b, int off, int len)