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

Packages that use Plugin
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.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. 
 

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

Constructors in com.bramosystems.oss.player.capsule.client with parameters of type Plugin
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.
 

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

Methods in com.bramosystems.oss.player.core.client that return Plugin
 Plugin PluginVersionException.getPlugin()
          Returns the required plugin
 Plugin PluginNotFoundException.getPlugin()
          Returns the required plugin
 Plugin PluginInfo.getPlugin()
          Returns the plugin
static Plugin Plugin.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Plugin[] Plugin.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 Plugin
static com.google.gwt.user.client.ui.Widget PlayerUtil.getMissingPluginNotice(Plugin plugin)
          Convenience method to get a widget that may be used to notify the user when a required plugin is not available.
static com.google.gwt.user.client.ui.Widget PlayerUtil.getMissingPluginNotice(Plugin plugin, String version)
          Convenience method to get a widget that may be used to notify the user when a required plugin is not available.
static com.google.gwt.user.client.ui.Widget PlayerUtil.getMissingPluginNotice(Plugin plugin, String title, String message, boolean asHTML)
          Returns a widget that may be used to notify the user when a required plugin is not available.
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 PluginInfo PlayerUtil.getPluginInfo(Plugin plugin)
          Returns the PluginInfo object describing the features of the specified plugin
 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
 

Constructors in com.bramosystems.oss.player.core.client with parameters of type Plugin
PluginInfo(Plugin plugin, PluginVersion version, PluginInfo.PlayerPluginWrapperType wrapperType)
          Creates a PluginInfo with the specified version and wrapperType
PluginNotFoundException(Plugin plugin)
          Constructs a new PluginNotFoundException for the specified plugin
PluginNotFoundException(Plugin plugin, String message)
          Constructs a new PluginNotFoundException with the specified message
PluginVersionException(Plugin plugin, String requiredVersion, String versionFound)
          Constructs a PluginVersionException specifing the related plugin, the required version and the version found on the clients browser.
 

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

Constructors in com.bramosystems.oss.player.core.client.skin with parameters of type Plugin
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 Plugin in com.bramosystems.oss.player.flat.client
 

Constructors in com.bramosystems.oss.player.flat.client with parameters of type Plugin
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.
 

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

Methods in com.bramosystems.oss.player.script.client with parameters of type Plugin
 com.google.gwt.user.client.ui.Widget AbstractExportProvider.getMissingPluginVersionWidget(Plugin plugin, PluginVersion requiredVersion)
          Called to retrieve the widget that may be used when the required version of a plugin is not found.
 com.google.gwt.user.client.ui.Widget AbstractExportProvider.getMissingPluginWidget(Plugin plugin)
          Called to retrieve the widget that may be used when the required plugin is not found.
 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.
 



Copyright © 2009-2011. All Rights Reserved.