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

Packages that use AbstractMediaPlayer
com.bramosystems.oss.player.capsule.client Sample custom sound player implementation 
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.spi Provides the classes and interfaces to integrate plugin/player widgets into the API 
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.flat.client Sample custom video player implementation 
com.bramosystems.oss.player.script.client Provides classes and interface to export the API as a Javascript library in non-GWT applications such as traditional page-based web applications. 
com.bramosystems.oss.player.uibinder.client Provides wrapper classes with UiBinder support for the various player widgets. 
com.bramosystems.oss.player.uibinder.client.youtube Provides wrapper classes for adding YouTube™ video players to UiBinder ui.xml files 
com.bramosystems.oss.player.youtube.client Provides widgets and classes to embed YouTube™ videos in GWT applications. 
 

Uses of AbstractMediaPlayer in com.bramosystems.oss.player.capsule.client
 

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.capsule.client
 class Capsule
          Sample custom sound player.
 

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

Methods in com.bramosystems.oss.player.core.client that return AbstractMediaPlayer
static AbstractMediaPlayer PlayerUtil.getPlayer(PlayerInfo playerInfo, java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Utility method to get the player with the specified playerInfo.
static AbstractMediaPlayer PlayerUtil.getPlayer(Plugin plugin, java.lang.String mediaURL, boolean autoplay)
          Utility method to get a player that best supports the specified mediaURL with the specified plugin feature.
static AbstractMediaPlayer PlayerUtil.getPlayer(Plugin plugin, java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Utility method to get a player that best supports the specified mediaURL with the specified plugin feature.
static AbstractMediaPlayer PlayerUtil.getPlayer(java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Utility method to get a player that best supports the specified mediaURL.
 

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

Constructors in com.bramosystems.oss.player.core.client.playlist with parameters of type AbstractMediaPlayer
PlaylistManager(AbstractMediaPlayer player)
          Creates PlaylistManager for the specified player widget.
 

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

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.core.client.skin
 class CustomAudioPlayer
          Abstract base class for HTML based custom audio players.
 class CustomVideoPlayer
          Abstract base class for HTML based custom video players.
 

Constructors in com.bramosystems.oss.player.core.client.skin with parameters of type AbstractMediaPlayer
CustomPlayerControl(AbstractMediaPlayer player)
          Contructs CustomPlayerControl object.
CustomPlayerControl(AbstractMediaPlayer player, CustomPlayerControl.ImagePack imagePack)
          Deprecated. As of version 1.2. Will be removed in a future version
CustomPlayerControl(AbstractMediaPlayer player, CustomPlayerControl.UIStyleResource cssResource)
          Constructs CustomPlayerControl to control the specified player using the specified CSS resource bundle for the control buttons.
 

Uses of AbstractMediaPlayer in com.bramosystems.oss.player.core.client.spi
 

Methods in com.bramosystems.oss.player.core.client.spi that return AbstractMediaPlayer
 AbstractMediaPlayer PlayerProviderFactory.getPlayer(java.lang.String playerName, java.lang.String mediaURL, boolean autoplay)
          Returns the player with the specified playerName.
 AbstractMediaPlayer PlayerProviderFactory.getPlayer(java.lang.String playerName, java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Returns the player with the specified playerName.
 

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

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.core.client.ui
 class DivXPlayer
          Widget to embed DivX® Web Player plugin.
 class FlashMediaPlayer
          Widget to embed Flash plugin for playback of flash-supported formats
 class NativePlayer
          Widget to embed media files with HTML 5 video elements in compliant browsers.
 class QuickTimePlayer
          Widget to embed QuickTime™ plugin.
 class VLCPlayer
          Widget to embed VLC Media Player™ plugin.
 class WinMediaPlayer
          Widget to embed Windows Media Player™ plugin.
 

Uses of AbstractMediaPlayer in com.bramosystems.oss.player.flat.client
 

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.flat.client
 class FlatVideoPlayer
          Custom video player implementation using CustomPlayerControl
 

Uses of AbstractMediaPlayer in com.bramosystems.oss.player.script.client
 

Methods in com.bramosystems.oss.player.script.client that return AbstractMediaPlayer
 AbstractMediaPlayer ExportProvider.getPlayer(Plugin plugin, java.lang.String mediaURL, boolean autoplay, java.lang.String width, java.lang.String height, java.util.HashMap<java.lang.String,java.lang.String> options)
          Deprecated. Called to retrieve the player implementation that is exported as Javascript object.
 AbstractMediaPlayer AbstractExportProvider.getPlayer(java.lang.String playerProvider, java.lang.String playerName, java.lang.String mediaURL, boolean autoplay, java.lang.String width, java.lang.String height, java.util.HashMap<java.lang.String,java.lang.String> options)
          Called to retrieve the player implementation that is exported as Javascript object.
 

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

Classes in com.bramosystems.oss.player.uibinder.client with type parameters of type AbstractMediaPlayer
 class PlayerWrapper<T extends AbstractMediaPlayer>
          Deprecated. Replaced with Player, will be removed in future.
 

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.uibinder.client
 class Auto
          Deprecated. Replaced with Player, will be removed in future.
 class MatrixSupport
          Deprecated. Replaced with Player, will be removed in future.
 class Native
          Deprecated. Replaced with Player, will be removed in future.
 class Player
          UiBinder wrapper class for player widget implementations
 class PlayerWrapper<T extends AbstractMediaPlayer>
          Deprecated. Replaced with Player, will be removed in future.
 class PlaylistSupport
          Deprecated. Replaced with Player, will be removed in future.
 

Methods in com.bramosystems.oss.player.uibinder.client that return AbstractMediaPlayer
 AbstractMediaPlayer Player.getEngine()
          Returns the underlying player implementation
protected  AbstractMediaPlayer PlaylistSupport.initPlayerEngine(java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Deprecated.  
protected  AbstractMediaPlayer MatrixSupport.initPlayerEngine(java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Deprecated.  
protected  AbstractMediaPlayer Auto.initPlayerEngine(java.lang.String mediaURL, boolean autoplay, java.lang.String height, java.lang.String width)
          Deprecated.  
 

Uses of AbstractMediaPlayer in com.bramosystems.oss.player.uibinder.client.youtube
 

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.uibinder.client.youtube
 class Chromeless
          Deprecated. Replaced with Player, will be removed in future.
 class YouTube
          Deprecated. Replaced with Player, will be removed in future.
 

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

Subclasses of AbstractMediaPlayer in com.bramosystems.oss.player.youtube.client
 class ChromelessPlayer
          Widget to embed the chromeless YouTube video player.
 class YouTubePlayer
          Widget to embed YouTube video
 



Copyright © 2009-2011. All Rights Reserved.