|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginVersion | |
---|---|
com.bramosystems.oss.player.core.client | Provides the core classes for BST Player API |
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.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 PluginVersion in com.bramosystems.oss.player.core.client |
---|
Methods in com.bramosystems.oss.player.core.client that return PluginVersion | |
---|---|
static PluginVersion |
PluginVersion.get(int major,
int minor,
int revision)
Static method to create a PluginVersion with the specified minor,
major and revision numbers. |
static PluginVersion |
PluginVersion.get(String version)
Static method to create a PluginVersion with the specified version string. |
PluginVersion |
PlayerInfo.getDetectedPluginVersion()
Returns the version of the required player plugin detected on the browser |
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 PluginVersion |
PlayerUtil.getQuickTimePluginVersion()
Detects the version of the QuickTime plugin available on the clients browser. |
PluginVersion |
PlayerInfo.getRequiredPluginVersion()
Returns the minimum plugin version required by the player |
PluginVersion |
PluginInfo.getVersion()
Returns the plugin version |
PluginVersion |
Plugin.getVersion()
Gets the minimum version required by this 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. |
Methods in com.bramosystems.oss.player.core.client with parameters of type PluginVersion | |
---|---|
int |
PluginVersion.compareTo(PluginVersion o)
Compares this PluginVersion with the specified PluginVersion. |
void |
PlayerInfo.setDetectedPluginVersion(PluginVersion detectedPluginVersion)
Sets the version of the required player plugin detected on the browser |
Constructors in com.bramosystems.oss.player.core.client with parameters of type PluginVersion | |
---|---|
PlayerInfo(String providerName,
String playerName,
PluginVersion requiredPluginVersion,
boolean hasPlaylistSupport,
boolean hasMatrixSupport)
Creates PlayerInfo object |
|
PluginInfo(Plugin plugin,
PluginVersion version,
PluginInfo.PlayerPluginWrapperType wrapperType)
Creates a PluginInfo with the specified version and wrapperType |
Uses of PluginVersion in com.bramosystems.oss.player.core.client.spi |
---|
Methods in com.bramosystems.oss.player.core.client.spi that return PluginVersion | |
---|---|
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 |
Uses of PluginVersion in com.bramosystems.oss.player.core.client.ui |
---|
Methods in com.bramosystems.oss.player.core.client.ui with parameters of type PluginVersion | |
---|---|
static com.google.gwt.user.client.ui.Widget |
SWFWidget.getMissingPluginNotice(PluginVersion version)
Convenience method to get a widget that may be used to notify the user when the required Flash plugin is not available. |
Constructors in com.bramosystems.oss.player.core.client.ui with parameters of type PluginVersion | |
---|---|
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. |
Uses of PluginVersion in com.bramosystems.oss.player.script.client |
---|
Methods in com.bramosystems.oss.player.script.client with parameters of type PluginVersion | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |