javazoom.jl.player
public class jlp extends Object
jlp
class implements a simple command-line
player for MPEG audio files.
Constructor Summary | |
---|---|
jlp(String filename) |
Method Summary | |
---|---|
static jlp | createInstance(String[] args) |
protected AudioDevice | getAudioDevice() |
protected InputStream | getInputStream()
Playing file from FileInputStream. |
protected InputStream | getURLInputStream()
Playing file from URL (Streaming). |
protected void | init(String filename) |
static void | main(String[] args) |
protected boolean | parseArgs(String[] args) |
void | play() |
void | showUsage() |