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 jlpcreateInstance(String[] args) protected AudioDeviceprotected InputStreamPlaying file from FileInputStream.protected InputStreamPlaying file from URL (Streaming).protected voidstatic voidprotected booleanvoidplay()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
-