Uses of Class
sears.tools.player.PlayerException

Packages that use PlayerException
sears.tools.player   
 

Uses of PlayerException in sears.tools.player
 

Methods in sears.tools.player that throw PlayerException
 int VLCPlayer.getLength()
           
 int PlayerInterface.getLength()
          Method getLength Summary: This method permit to get the video time length(in seconds).
 int DefaultPlayer.getLength()
           
 int VLCPlayer.getPosition()
           
 int PlayerInterface.getPosition()
          Method getPosition Summary: This method permit to get the current position (in seconds) in the video.
 int DefaultPlayer.getPosition()
           
 void VLCPlayer.goToOffset(int offset)
           
 void DefaultPlayer.goToOffset(int offset)
           
 void VLCPlayer.pause()
           
 void PlayerInterface.pause()
          Method pause Summary: Pause the video.
 void DefaultPlayer.pause()
           
 void VLCPlayer.play(java.lang.String videoFile, java.lang.String subtitleFile)
           
 void PlayerInterface.play(java.lang.String videoFile, java.lang.String subtitleFile)
          Method play Summary: Use it to launch a video, with its subtitles.
 void DefaultPlayer.play(java.lang.String videoFile, java.lang.String subtitleFile)
           
 void VLCPlayer.setPosition(int offset)
           
 void PlayerInterface.setPosition(int offset)
          Method setPosition Summary: This method permit to shift to the correct offset (in s) in the video.
 void DefaultPlayer.setPosition(int offset)
           
 void VLCPlayer.stop()
           
 void PlayerInterface.stop()
          Method stop Summary: stop the video.
 void DefaultPlayer.stop()
           
 

Constructors in sears.tools.player that throw PlayerException
VLCPlayer()
          Method constructor.
VLCPlayer(java.lang.String hostName, int portNumber)
          Method constructor.