com.buglabs.bug.base.pub
Interface IBaseAudioPlayer

All Known Implementing Classes:
SoundPlayer

Deprecated.

public interface IBaseAudioPlayer


Method Summary
 void play(java.io.InputStream wavInputStream)
          Deprecated. Plays a wave InputStream at the specified location.
 

Method Detail

play

void play(java.io.InputStream wavInputStream)
          throws java.io.IOException
Deprecated. 
Plays a wave InputStream at the specified location.

Parameters:
wavInputStream - is a wav-encoded input stream to play. Must be encoded as 44100 hz, stereo, 16 bit, big-endian As it is the only format that the base audio driver supports
Throws:
java.io.IOException