as.clynx.audio
Class Player

java.lang.Object
  extended by as.clynx.audio.Player

public class Player
extends java.lang.Object

The class Player.java starts the defined mixer

Version:
cLynx v.1.2, JDK 6.0: 12.10.2007
Author:
Andreas Senfter - andreas@senfters.com

Constructor Summary
Player(SettingControl settings, IAudioFileCollection collection)
          Constructor
 
Method Summary
 void play()
          starts the mixing. in gui mode the ThreadExceededException is throws, when the GUI thread was stoped.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player

public Player(SettingControl settings,
              IAudioFileCollection collection)
Constructor

Parameters:
settings -
collection -
Method Detail

play

public void play()
          throws ThreadExceededException
starts the mixing. in gui mode the ThreadExceededException is throws, when the GUI thread was stoped.

Throws:
ThreadExceededException