com.partnersoft.sound
Class Sound

java.lang.Object
  extended by com.partnersoft.sound.Sound

public class Sound
extends java.lang.Object


Constructor Summary
Sound(VfsFile file)
           
 
Method Summary
 void play()
           
 void playJavaSound()
           
 void playJMF()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sound

public Sound(VfsFile file)
      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

play

public void play()
          throws java.io.IOException
Throws:
java.io.IOException

playJMF

public void playJMF()
             throws java.io.IOException
Throws:
java.io.IOException

playJavaSound

public void playJavaSound()
                   throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object