Uses of Interface
com.bramosystems.oss.player.core.client.ConfigValue

Packages that use ConfigValue
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 ConfigValue in com.bramosystems.oss.player.core.client
 

Classes in com.bramosystems.oss.player.core.client that implement ConfigValue
 class TransparencyMode
          An enum of transparency types for a player.
 

Methods in com.bramosystems.oss.player.core.client with type parameters of type ConfigValue
<T extends ConfigValue>
void
AbstractMediaPlayer.setConfigParameter(ConfigParameter param, T value)
          Sets the specified player parameter to the specified value IF AND ONLY IF the parameter is applicable on the player
 

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

Methods in com.bramosystems.oss.player.core.client.skin with type parameters of type ConfigValue
<T extends ConfigValue>
void
CustomVideoPlayer.setConfigParameter(ConfigParameter param, T value)
           
<T extends ConfigValue>
void
CustomAudioPlayer.setConfigParameter(ConfigParameter param, T value)
           
 

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

Classes in com.bramosystems.oss.player.core.client.ui that implement ConfigValue
static class QuickTimePlayer.Scale
          An enum of scalling values that can be used to scale the dimensions of a QuickTime movie
static class WinMediaPlayer.UIMode
          An enum of user interface modes of the Windows Media Player™ plugin.
 

Methods in com.bramosystems.oss.player.core.client.ui with type parameters of type ConfigValue
<T extends ConfigValue>
void
WinMediaPlayer.setConfigParameter(ConfigParameter param, T value)
           
<T extends ConfigValue>
void
QuickTimePlayer.setConfigParameter(ConfigParameter param, T value)
           
<T extends ConfigValue>
void
FlashMediaPlayer.setConfigParameter(ConfigParameter param, T value)
           
 

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

Methods in com.bramosystems.oss.player.uibinder.client with type parameters of type ConfigValue
<T extends ConfigValue>
void
PlayerWrapper.setConfigParameter(ConfigParameter param, T value)
          Deprecated.  
<T extends ConfigValue>
void
Player.setConfigParameter(ConfigParameter param, T value)
           
 

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

Methods in com.bramosystems.oss.player.youtube.client with type parameters of type ConfigValue
<T extends ConfigValue>
void
YouTubePlayer.setConfigParameter(ConfigParameter param, T value)
           
 



Copyright © 2009-2011. All Rights Reserved.