tico.interpreter.threads
Class TInterpreterMp3Sound

java.lang.Object
  extended by tico.interpreter.threads.TInterpreterMp3Sound

public class TInterpreterMp3Sound
extends java.lang.Object

The audio thread (MP3 format)

Version:
1.0 Aug 22, 2007
Author:
shaines (used by Antonio Rodríguez)

Constructor Summary
TInterpreterMp3Sound(java.lang.String filename)
          Creates a new instance of MP3Player
 
Method Summary
 void TJoin()
           
 void TPlay()
           
 void TStop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TInterpreterMp3Sound

public TInterpreterMp3Sound(java.lang.String filename)
Creates a new instance of MP3Player

Method Detail

TPlay

public void TPlay()

TJoin

public void TJoin()

TStop

public void TStop()