Class mheg5.POM.AudioOperations
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.POM.AudioOperations

java.lang.Object
   |
   +----mheg5.POM.AudioOperations

public class AudioOperations
extends Object
implements Runnable

Constructor Index

 o AudioOperations()

Method Index

 o play(InputStream)
Open the audiostream and play the audiofile by the AudioPlayer
 o playContinuous(InputStream)
Open the audiostream and play it looping the audiofile by the AudioPlayer
 o resumeplay()
resume the player thread
 o run()
 o start()
 o stopplay()
suspend the player thread

Constructors

 o AudioOperations
  public AudioOperations()

Methods

 o run
  public void run()
 o start
  public void start()
 o play
  public void play(InputStream is)
Open the audiostream and play the audiofile by the AudioPlayer
 o playContinuous
  public void playContinuous(InputStream is)
Open the audiostream and play it looping the audiofile by the AudioPlayer
 o resumeplay
  public void resumeplay()
resume the player thread
 o stopplay
  public void stopplay()
suspend the player thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index