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 DefaultPlayer.getLength()
           
 int PlayerInterface.getLength()
          Method getLength Summary: This method permit to get the video time length(in seconds).
 int VLCPlayer.getLength()
           
 int DefaultPlayer.getPosition()
           
 int PlayerInterface.getPosition()
          Method getPosition Summary: This method permit to get the current position (in seconds) in the video.
 int VLCPlayer.getPosition()
           
 void DefaultPlayer.goToOffset(int offset)
          Empty method, not implemented for default player
 void VLCPlayer.goToOffset(int offset)
          Empty method
 void DefaultPlayer.pause()
           
 void PlayerInterface.pause()
          Method pause Summary: Pause the video.
 void VLCPlayer.pause()
           
 void DefaultPlayer.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 VLCPlayer.play(java.lang.String videoFile, java.lang.String subtitleFile)
           
 void DefaultPlayer.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 VLCPlayer.setPosition(int offset)
           
 void DefaultPlayer.stop()
           
 void PlayerInterface.stop()
          Method stop Summary: stop the video.
 void VLCPlayer.stop()
           
 

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