|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginVersionException | |
---|---|
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.youtube.client | Provides widgets and classes to embed YouTube™ videos in GWT applications. |
Uses of PluginVersionException in com.bramosystems.oss.player.capsule.client |
---|
Constructors in com.bramosystems.oss.player.capsule.client that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.core.client |
---|
Methods in com.bramosystems.oss.player.core.client that throw PluginVersionException | |
---|---|
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 . |
Uses of PluginVersionException in com.bramosystems.oss.player.core.client.skin |
---|
Constructors in com.bramosystems.oss.player.core.client.skin that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.core.client.spi |
---|
Methods in com.bramosystems.oss.player.core.client.spi that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.core.client.ui |
---|
Constructors in com.bramosystems.oss.player.core.client.ui that throw PluginVersionException | |
---|---|
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 . |
|
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 PluginVersionException in com.bramosystems.oss.player.flat.client |
---|
Constructors in com.bramosystems.oss.player.flat.client that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.script.client |
---|
Methods in com.bramosystems.oss.player.script.client that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.uibinder.client |
---|
Methods in com.bramosystems.oss.player.uibinder.client that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.uibinder.client.youtube |
---|
Methods in com.bramosystems.oss.player.uibinder.client.youtube that throw PluginVersionException | |
---|---|
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 PluginVersionException in com.bramosystems.oss.player.youtube.client |
---|
Constructors in com.bramosystems.oss.player.youtube.client that throw PluginVersionException | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |