Class Recorder.Capture

java.lang.Object
org.xiph.speex.player.Recorder.Capture
All Implemented Interfaces:
Runnable
Enclosing class:
Recorder

protected class Recorder.Capture extends Object implements Runnable
Capture thread
  • Field Details

  • Constructor Details

    • Capture

      protected Capture()
  • Method Details

    • 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.
    • setupSound

      protected void setupSound()
      Setup the JavaSound System to play the Audio.
    • run

      public void run()
      The code that runs in the thread and recovers the JavaSound capture buffer. Implemented from Runnable interface.
      Specified by:
      run in interface Runnable