org.xiph.speex.player
Class Recorder.Capture
java.lang.Object
org.xiph.speex.player.Recorder.Capture
- Recorder
- Runnable
protected class Recorder.Capture
extends java.lang.Object
implements Runnable
Capture thread
void | run() - The code that runs in the thread and recovers the JavaSound capture
buffer.
|
protected void | setupSound() - Setup the JavaSound System to play the Audio.
|
protected void | start() - Start the playback thread which fills the JavaSound playback buffer.
|
protected void | stop() - Stop the playback thread and destroy all resources.
|
audioFormat
protected AudioFormat audioFormat
audioInputStream
protected AudioInputStream audioInputStream
buffer
protected byte[] buffer
info
protected DataLine.Info info
line
protected TargetDataLine line
out
protected ByteArrayOutputStream out
targetType
protected AudioFileFormat.Type targetType
thread
protected Thread thread
run
public void run()
The code that runs in the thread and recovers the JavaSound capture
buffer.
Implemented from Runnable interface.
setupSound
protected void setupSound()
Setup the JavaSound System to play the Audio.
start
protected void start()
Start the playback thread which fills the JavaSound playback buffer.
stop
protected void stop()
Stop the playback thread and destroy all resources.
Copyright © 1999-2004 Wimba S.A. All Rights Reserved.