|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadException | |
---|---|
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.youtube.client | Provides widgets and classes to embed YouTube™ videos in GWT applications. |
Uses of LoadException in com.bramosystems.oss.player.capsule.client |
---|
Constructors in com.bramosystems.oss.player.capsule.client that throw LoadException | |
---|---|
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 LoadException in com.bramosystems.oss.player.core.client |
---|
Methods in com.bramosystems.oss.player.core.client that throw LoadException | |
---|---|
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 . |
abstract void |
AbstractMediaPlayer.loadMedia(String mediaURL)
Loads the media at the specified URL into the player. |
Uses of LoadException in com.bramosystems.oss.player.core.client.playlist |
---|
Methods in com.bramosystems.oss.player.core.client.playlist that throw LoadException | |
---|---|
void |
PlaylistManager.loadAlternative()
Play another alternative URL for the current resource index |
Uses of LoadException in com.bramosystems.oss.player.core.client.skin |
---|
Methods in com.bramosystems.oss.player.core.client.skin that throw LoadException | |
---|---|
void |
CustomVideoPlayer.loadMedia(String mediaURL)
|
void |
CustomAudioPlayer.loadMedia(String mediaURL)
|
Constructors in com.bramosystems.oss.player.core.client.skin that throw LoadException | |
---|---|
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 LoadException in com.bramosystems.oss.player.core.client.spi |
---|
Methods in com.bramosystems.oss.player.core.client.spi that throw LoadException | |
---|---|
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 LoadException in com.bramosystems.oss.player.core.client.ui |
---|
Methods in com.bramosystems.oss.player.core.client.ui that throw LoadException | |
---|---|
void |
WinMediaPlayer.loadMedia(String mediaURL)
|
void |
VLCPlayer.loadMedia(String mediaURL)
|
void |
QuickTimePlayer.loadMedia(String mediaURL)
|
void |
NativePlayer.loadMedia(String mediaURL)
|
void |
FlashMediaPlayer.loadMedia(String mediaURL)
|
void |
DivXPlayer.loadMedia(String mediaURL)
|
Constructors in com.bramosystems.oss.player.core.client.ui that throw LoadException | |
---|---|
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 . |
|
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 LoadException in com.bramosystems.oss.player.flat.client |
---|
Constructors in com.bramosystems.oss.player.flat.client that throw LoadException | |
---|---|
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 LoadException in com.bramosystems.oss.player.script.client |
---|
Methods in com.bramosystems.oss.player.script.client that throw LoadException | |
---|---|
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 LoadException in com.bramosystems.oss.player.uibinder.client |
---|
Methods in com.bramosystems.oss.player.uibinder.client that throw LoadException | |
---|---|
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. |
void |
PlayerWrapper.loadMedia(String mediaURL)
Deprecated. |
void |
Player.loadMedia(String mediaURL)
|
Uses of LoadException in com.bramosystems.oss.player.youtube.client |
---|
Methods in com.bramosystems.oss.player.youtube.client that throw LoadException | |
---|---|
void |
YouTubePlayer.loadMedia(String mediaURL)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |