uwcse.graphics
Class AudioPlayer

java.lang.Object
  |
  +--uwcse.graphics.AudioPlayer

public class AudioPlayer
extends java.lang.Object

A simple Audio player.

Version:
$Id: AudioPlayer.java,v 1.3 2001/09/28 02:48:05 chambers Exp $

Constructor Summary
AudioPlayer()
           
 
Method Summary
 void loop(Sound s)
           
static void main(java.lang.String[] args)
          Test the audioplayer.
 void play(Sound s)
          Play the given sound.
 void stop(Sound s)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioPlayer

public AudioPlayer()
Method Detail

play

public void play(Sound s)
Play the given sound.

loop

public void loop(Sound s)

stop

public void stop(Sound s)

main

public static void main(java.lang.String[] args)
Test the audioplayer.