com.melloware.jukes.gui.tool
Class JukesPlayer

java.lang.Object
  extended by javazoom.jlgui.basicplayer.BasicPlayer
      extended by com.melloware.jukes.gui.tool.JukesPlayer
All Implemented Interfaces:
java.lang.Runnable, javazoom.jlgui.basicplayer.BasicController

public final class JukesPlayer
extends javazoom.jlgui.basicplayer.BasicPlayer

Override BasicPlayer to get to some protected methods.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Field Summary
 
Fields inherited from class javazoom.jlgui.basicplayer.BasicPlayer
encodedLength, EXTERNAL_BUFFER_SIZE, m_audioFileFormat, m_audioInputStream, m_dataSource, m_encodedaudioInputStream, m_gainControl, m_line, m_mixerName, m_panControl, m_thread, OPENED, PAUSED, PLAYING, SEEKING, SKIP_INACCURACY_SIZE, STOPPED, UNKNOWN
 
Constructor Summary
JukesPlayer()
           
 
Method Summary
 javax.sound.sampled.SourceDataLine getSourceDataLine()
           
 void run()
           
 
Methods inherited from class javazoom.jlgui.basicplayer.BasicPlayer
addBasicPlayerListener, closeStream, createLine, deepCopy, getEncodedStreamPosition, getGainValue, getLineBufferSize, getLineCurrentBufferSize, getListeners, getMaximumGain, getMinimumGain, getMixer, getMixerName, getMixers, getPan, getPrecision, getSleepTime, getStatus, hasGainControl, hasPanControl, initAudioInputStream, initAudioInputStream, initAudioInputStream, initAudioInputStream, initLine, notifyEvent, open, open, open, openLine, pause, pausePlayback, play, removeBasicPlayerListener, reset, resume, resumePlayback, seek, setGain, setLineBufferSize, setMixerName, setPan, setSleepTime, skipBytes, startPlayback, stop, stopPlayback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JukesPlayer

public JukesPlayer()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class javazoom.jlgui.basicplayer.BasicPlayer

getSourceDataLine

public javax.sound.sampled.SourceDataLine getSourceDataLine()


Copyright © 1999-2009 Melloware Inc. All Rights Reserved.