org.p2c2e.zing
Interface SoundChannel.PlayerThread

All Superinterfaces:
java.lang.Runnable
Enclosing interface:
SoundChannel

public static interface SoundChannel.PlayerThread
extends java.lang.Runnable


Method Summary
 void setVolume(int vol)
           
 void stopPlaying()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setVolume

public void setVolume(int vol)

stopPlaying

public void stopPlaying()
                 throws java.lang.Exception
Throws:
java.lang.Exception