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

Packages that use PluginNotFoundException
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.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.util.client Provides general utility classes 
com.bramosystems.oss.player.youtube.client Provides widgets and classes to embed YouTube™ videos in GWT applications. 
 

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

Constructors in com.bramosystems.oss.player.capsule.client that throw PluginNotFoundException
Capsule(Plugin plugin, String mediaURL, boolean autoplay)
          Constructs Capsule player to automatically playback the media located at mediaURL, if autoplay is true using the specified plugin.
Capsule(Plugin plugin, String mediaURL, boolean autoplay, Capsule.CapsuleUIResource uiResource)
          Constructs Capsule player to automatically playback the media located at mediaURL, if autoplay is true using the specified plugin.
Capsule(String mediaURL)
          Constructs Capsule player to automatically playback the media located at mediaURL.
Capsule(String mediaURL, boolean autoplay)
          Constructs Capsule player to automatically playback the media located at mediaURL, if autoplay is true.
 

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

Methods in com.bramosystems.oss.player.core.client that throw PluginNotFoundException
static PluginVersion PlayerUtil.getDivXPlayerPluginVersion()
          Detects the version of the DivX Web Player plugin available on the clients browser.
static PluginVersion PlayerUtil.getFlashPlayerVersion()
          Detects the version of the Flash Player plugin available on the clients browser.
static AbstractMediaPlayer PlayerUtil.getPlayer(PlayerInfo playerInfo, String mediaURL, boolean autoplay, String height, String width)
          Utility method to get the player with the specified playerInfo.
static AbstractMediaPlayer PlayerUtil.getPlayer(Plugin plugin, 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, String mediaURL, boolean autoplay, String height, String width)
          Utility method to get a player that best supports the specified mediaURL with the specified plugin feature.
static AbstractMediaPlayer PlayerUtil.getPlayer(String mediaURL, boolean autoplay, String height, String width)
          Utility method to get a player that best supports the specified mediaURL.
static PluginInfo PlayerUtil.getPluginInfo(Plugin plugin)
          Returns the PluginInfo object describing the features of the specified plugin
static PluginVersion PlayerUtil.getQuickTimePluginVersion()
          Detects the version of the QuickTime plugin available on the clients browser.
 Set<String> MimePool.getRegisteredExtensions(Plugin plugin)
          Returns the file extensions registered on the specified plugin
 Set<String> MimePool.getRegisteredProtocols(Plugin plugin)
          Returns the streaming protocols registered on the specified plugin
static PluginVersion PlayerUtil.getVLCPlayerPluginVersion()
          Detects the version of the VLC Media Player plugin available on the clients browser.
static PluginVersion PlayerUtil.getWindowsMediaPlayerPluginVersion()
          Detects the version of the Windows Media Player plugin available on the clients browser.
 

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

Constructors in com.bramosystems.oss.player.core.client.skin that throw PluginNotFoundException
CustomAudioPlayer(Plugin playerPlugin, String mediaURL, boolean autoplay, String height, String width)
          Constructs CustomAudioPlayer with the specified height and width which uses the specified playerPlugin to playback media located at mediaURL.
CustomVideoPlayer(Plugin playerPlugin, String mediaURL, boolean autoplay, String height, String width)
          Constructs CustomVideoPlayer with the specified height and width using the specified playerPlugin to playback media located at mediaURL.
 

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

Methods in com.bramosystems.oss.player.core.client.spi that throw PluginNotFoundException
 PluginVersion PlayerProviderFactory.getDetectedPluginVersion(String playerName)
          Returns the version of the plugin required by the specified playerName that is currently installed AND enabled on the browser
 AbstractMediaPlayer PlayerProviderFactory.getPlayer(String playerName, String mediaURL, boolean autoplay)
          Returns the player with the specified playerName.
 AbstractMediaPlayer PlayerProviderFactory.getPlayer(String playerName, String mediaURL, boolean autoplay, String height, String width)
          Returns the player with the specified playerName.
 

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

Constructors in com.bramosystems.oss.player.core.client.ui that throw PluginNotFoundException
DivXPlayer(String mediaURL)
          Constructs DivXPlayer to automatically playback media located at mediaURL using the default height of 90px and width of 100%.
DivXPlayer(String mediaURL, boolean autoplay)
          Constructs DivXPlayer to playback media located at mediaURL using the default height of 90px and width of 100%.
DivXPlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs DivXPlayer to playback media located at mediaURL using the default height of 90px and width of 100%.
FlashMediaPlayer(String mediaURL)
          Constructs FlashMediaPlayer to automatically playback media located at mediaURL.
FlashMediaPlayer(String mediaURL, boolean autoplay)
          Constructs FlashMediaPlayer to playback media located at mediaURL.
FlashMediaPlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs FlashMediaPlayer with the specified height and width to playback media located at mediaURL.
NativePlayer(ArrayList<String> mediaSources, boolean autoplay, String height, String width)
          Constructs NativePlayer with the specified height and width to playback media located at any of the mediaSources.
NativePlayer(String mediaURL)
          Constructs NativePlayer to playback media located at mediaURL.
NativePlayer(String mediaURL, boolean autoplay)
          Constructs NativePlayer to playback media located at mediaURL.
NativePlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs NativePlayer with the specified height and width to playback media located at mediaURL.
QuickTimePlayer(String mediaURL)
          Constructs QuickTimePlayer to automatically playback media located at mediaURL using the default height of 16px and width of 100%.
QuickTimePlayer(String mediaURL, boolean autoplay)
          Constructs QuickTimePlayer to playback media located at mediaURL using the default height of 16px and width of 100%.
QuickTimePlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs QuickTimePlayer with the specified height and width to playback media located at mediaURL.
SWFWidget(String sourceURL, String width, String height, PluginVersion minFlashVersion)
          Constructs SWFWidget with the specified height and width to embed Flash application located at sourceURL if the client has a Flash plugin of version minFlashVersion or later installed.
VLCPlayer(String mediaURL)
          Constructs VLCPlayer to automatically playback media located at mediaURL using the default height of 20px and width of 100%.
VLCPlayer(String mediaURL, boolean autoplay)
          Constructs VLCPlayer to playback media located at mediaURL using the default height of 20px and width of 100%.
VLCPlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs VLCPlayer with the specified height and width to playback media located at mediaURL.
WinMediaPlayer(String mediaURL)
          Constructs WinMediaPlayer to automatically playback media located at mediaURL using the default height of 50px and width of 100%.
WinMediaPlayer(String mediaURL, boolean autoplay)
          Constructs WinMediaPlayer to playback media located at mediaURL using the default height of 50px and width of 100%.
WinMediaPlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs WinMediaPlayer with the specified height and width to playback media located at mediaURL.
WinMediaPlayer(String mediaURL, boolean autoplay, String height, String width, WinMediaPlayer.EmbedMode embedMode)
          Constructs WinMediaPlayer with the specified height and width to playback media located at mediaURL.
 

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

Constructors in com.bramosystems.oss.player.flat.client that throw PluginNotFoundException
FlatVideoPlayer(Plugin plugin, String mediaURL, boolean autoplay, String height, String width)
          Constructs FlatVideoPlayer player with the specified height and width to playback media located at mediaURL using the specified media plugin.
FlatVideoPlayer(String mediaURL, boolean autoplay, String height, String width)
          Constructs FlatVideoPlayer player with the specified height and width to playback media located at mediaURL using a dynamically determined plugin.
 

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

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

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

Methods in com.bramosystems.oss.player.uibinder.client that throw PluginNotFoundException
protected  WinMediaPlayer WinMediaPlayer.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  VLCPlayer VLCPlayer.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  QuickTimePlayer QuickTimePlayer.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  AbstractMediaPlayer PlaylistSupport.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected abstract  T PlayerWrapper.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated. Called by the constructor to create the player implementation wrapped by this widget
protected  NativePlayer Native.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  AbstractMediaPlayer MatrixSupport.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  FlashMediaPlayer FlashMediaPlayer.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  DivXPlayer DivXPlayer.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  AbstractMediaPlayer Auto.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
 

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

Methods in com.bramosystems.oss.player.uibinder.client.youtube that throw PluginNotFoundException
protected  YouTubePlayer YouTube.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
protected  ChromelessPlayer Chromeless.initPlayerEngine(String mediaURL, boolean autoplay, String height, String width)
          Deprecated.  
 

Uses of PluginNotFoundException in com.bramosystems.oss.player.util.client
 

Methods in com.bramosystems.oss.player.util.client that throw PluginNotFoundException
 BrowserPlugin MimeType.getEnabledPlugin()
          Returns the plug-in configured for the MIME type
 

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

Constructors in com.bramosystems.oss.player.youtube.client that throw PluginNotFoundException
ChromelessPlayer(String videoURL, PlayerParameters playerParameters, String width, String height)
          Constructs ChromelessPlayer with the specified height and width to playback video located at videoURL using the specified playerParameters
ChromelessPlayer(String videoURL, String width, String height)
          Constructs ChromelessPlayer with the specified height and width to playback video located at videoURL
YouTubePlayer(String videoURL, PlayerParameters playerParameters, String width, String height)
          Constructs YouTubePlayer with the specified height and width to playback video located at videoURL using the specified playerParameters
YouTubePlayer(String videoURL, String width, String height)
          Constructs YouTubePlayer with the specified height and width to playback video located at videoURL
 



Copyright © 2009-2011. All Rights Reserved.