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

Packages that use RepeatMode
com.bramosystems.oss.player.core.client Provides the core classes for BST Player API 
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 RepeatMode in com.bramosystems.oss.player.core.client
 

Methods in com.bramosystems.oss.player.core.client that return RepeatMode
 RepeatMode AbstractMediaPlayer.getRepeatMode()
          Returns the current playback repeat mode
static RepeatMode RepeatMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepeatMode[] RepeatMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bramosystems.oss.player.core.client with parameters of type RepeatMode
 void AbstractMediaPlayer.setRepeatMode(RepeatMode mode)
          Puts the player in the specified repeat mode.
 

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

Methods in com.bramosystems.oss.player.core.client.skin that return RepeatMode
 RepeatMode CustomVideoPlayer.getRepeatMode()
           
 RepeatMode CustomAudioPlayer.getRepeatMode()
           
 

Methods in com.bramosystems.oss.player.core.client.skin with parameters of type RepeatMode
 void CustomVideoPlayer.setRepeatMode(RepeatMode mode)
           
 void CustomAudioPlayer.setRepeatMode(RepeatMode mode)
           
 

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

Methods in com.bramosystems.oss.player.core.client.ui that return RepeatMode
 RepeatMode WinMediaPlayer.getRepeatMode()
           
 RepeatMode VLCPlayer.getRepeatMode()
           
 RepeatMode QuickTimePlayer.getRepeatMode()
           
 RepeatMode NativePlayer.getRepeatMode()
           
 RepeatMode FlashMediaPlayer.getRepeatMode()
           
 RepeatMode DivXPlayer.getRepeatMode()
           
 

Methods in com.bramosystems.oss.player.core.client.ui with parameters of type RepeatMode
 void WinMediaPlayer.setRepeatMode(RepeatMode mode)
           
 void VLCPlayer.setRepeatMode(RepeatMode mode)
           
 void QuickTimePlayer.setRepeatMode(RepeatMode mode)
           
 void NativePlayer.setRepeatMode(RepeatMode mode)
           
 void FlashMediaPlayer.setRepeatMode(RepeatMode mode)
           
 void DivXPlayer.setRepeatMode(RepeatMode mode)
           
 

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

Methods in com.bramosystems.oss.player.uibinder.client that return RepeatMode
 RepeatMode Player.getRepeatMode()
           
 

Methods in com.bramosystems.oss.player.uibinder.client with parameters of type RepeatMode
 void Player.setRepeatMode(RepeatMode mode)
           
 

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

Methods in com.bramosystems.oss.player.youtube.client that return RepeatMode
 RepeatMode YouTubePlayer.getRepeatMode()
           
 

Methods in com.bramosystems.oss.player.youtube.client with parameters of type RepeatMode
 void YouTubePlayer.setRepeatMode(RepeatMode mode)
           
 



Copyright © 2009-2011. All Rights Reserved.