Uses of Class
com.bramosystems.oss.player.core.client.PlayException

Packages that use PlayException
com.bramosystems.oss.player.core.client Provides the core classes for BST Player API 
com.bramosystems.oss.player.core.client.playlist Provides classes to emulate playlist management support 
com.bramosystems.oss.player.core.client.skin Provides classes to develop custom players which can serve as cross browser media players. 
com.bramosystems.oss.player.core.client.ui Provides user interface widgets to embed Windows Media Player™, QuickTime® Player, VLC Media Player, Flash Player, DivX® Web Player and HTML 5 video elements in GWT applications. 
com.bramosystems.oss.player.uibinder.client Provides wrapper classes with UiBinder support for the various player widgets. 
com.bramosystems.oss.player.youtube.client Provides widgets and classes to embed YouTube™ videos in GWT applications. 
 

Uses of PlayException in com.bramosystems.oss.player.core.client
 

Methods in com.bramosystems.oss.player.core.client that throw PlayException
abstract  void AbstractMediaPlayer.playMedia()
          Plays the media loaded into the player.
 void PlaylistSupport.playNext()
          Plays the next item in the playlist
 void PlaylistSupport.playPrevious()
          Plays the previous item in the playlist
 

Uses of PlayException in com.bramosystems.oss.player.core.client.playlist
 

Methods in com.bramosystems.oss.player.core.client.playlist that throw PlayException
 void PlaylistManager.PlayerCallback.play()
          Called by the playlist manager to start playback on the attached player
 void PlaylistManager.playNext()
           
 void PlaylistManager.playNext(boolean force)
          Plays the next item in the playlist
 void PlaylistManager.playPrevious()
           
 void PlaylistManager.playPrevious(boolean force)
          Plays the previous item in the playlist
 

Uses of PlayException in com.bramosystems.oss.player.core.client.skin
 

Methods in com.bramosystems.oss.player.core.client.skin that throw PlayException
 void CustomVideoPlayer.playMedia()
           
 void CustomAudioPlayer.playMedia()
           
 void CustomVideoPlayer.playNext()
           
 void CustomAudioPlayer.playNext()
           
 void CustomVideoPlayer.playPrevious()
           
 void CustomAudioPlayer.playPrevious()
           
 

Uses of PlayException in com.bramosystems.oss.player.core.client.ui
 

Methods in com.bramosystems.oss.player.core.client.ui that throw PlayException
 void WinMediaPlayer.playMedia()
           
 void VLCPlayer.playMedia()
           
 void QuickTimePlayer.playMedia()
           
 void NativePlayer.playMedia()
           
 void FlashMediaPlayer.playMedia()
           
 void DivXPlayer.playMedia()
           
 void WinMediaPlayer.playNext()
           
 void VLCPlayer.playNext()
           
 void QuickTimePlayer.playNext()
           
 void NativePlayer.playNext()
           
 void FlashMediaPlayer.playNext()
           
 void DivXPlayer.playNext()
           
 void WinMediaPlayer.playPrevious()
           
 void VLCPlayer.playPrevious()
           
 void QuickTimePlayer.playPrevious()
           
 void NativePlayer.playPrevious()
           
 void FlashMediaPlayer.playPrevious()
           
 void DivXPlayer.playPrevious()
           
 

Uses of PlayException in com.bramosystems.oss.player.uibinder.client
 

Methods in com.bramosystems.oss.player.uibinder.client that throw PlayException
 void PlayerWrapper.playMedia()
          Deprecated.  
 void Player.playMedia()
           
 void PlayerWrapper.playNext()
          Deprecated.  
 void Player.playNext()
           
 void PlayerWrapper.playPrevious()
          Deprecated.  
 void Player.playPrevious()
           
 

Uses of PlayException in com.bramosystems.oss.player.youtube.client
 

Methods in com.bramosystems.oss.player.youtube.client that throw PlayException
 void YouTubePlayer.playMedia()
           
 



Copyright © 2009-2011. All Rights Reserved.