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
-
AudioOperations()
-
-
play(InputStream)
- Open the audiostream and
play the audiofile by the AudioPlayer
-
playContinuous(InputStream)
- Open the audiostream and
play it looping the audiofile by the AudioPlayer
-
resumeplay()
- resume the player thread
-
run()
-
-
start()
-
-
stopplay()
- suspend the player thread
AudioOperations
public AudioOperations()
run
public void run()
start
public void start()
play
public void play(InputStream is)
- Open the audiostream and
play the audiofile by the AudioPlayer
playContinuous
public void playContinuous(InputStream is)
- Open the audiostream and
play it looping the audiofile by the AudioPlayer
resumeplay
public void resumeplay()
- resume the player thread
stopplay
public void stopplay()
- suspend the player thread
All Packages Class Hierarchy This Package Previous Next Index