Package javazoom.jl.player
Class jlp
java.lang.Object
javazoom.jl.player.jlp
The
jlp
class implements a simple command-line
player for MPEG audio files.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jlp
createInstance
(String[] args) protected AudioDevice
protected InputStream
Playing file from FileInputStream.protected InputStream
Playing file from URL (Streaming).protected void
static void
protected boolean
void
play()
void
-
Constructor Details
-
jlp
-
-
Method Details
-
main
-
createInstance
-
init
-
parseArgs
-
showUsage
public void showUsage() -
play
- Throws:
JavaLayerException
-
getURLInputStream
Playing file from URL (Streaming).- Throws:
Exception
-
getInputStream
Playing file from FileInputStream.- Throws:
IOException
-
getAudioDevice
- Throws:
JavaLayerException
-