|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigValue | |
---|---|
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.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.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 ConfigValue in com.bramosystems.oss.player.core.client |
---|
Classes in com.bramosystems.oss.player.core.client that implement ConfigValue | |
---|---|
class |
TransparencyMode
An enum of transparency types for a player. |
Methods in com.bramosystems.oss.player.core.client with type parameters of type ConfigValue | ||
---|---|---|
|
AbstractMediaPlayer.setConfigParameter(ConfigParameter param,
T value)
Sets the specified player parameter to the specified value IF AND ONLY IF the parameter is applicable on the player |
Uses of ConfigValue in com.bramosystems.oss.player.core.client.skin |
---|
Methods in com.bramosystems.oss.player.core.client.skin with type parameters of type ConfigValue | ||
---|---|---|
|
CustomVideoPlayer.setConfigParameter(ConfigParameter param,
T value)
|
|
|
CustomAudioPlayer.setConfigParameter(ConfigParameter param,
T value)
|
Uses of ConfigValue in com.bramosystems.oss.player.core.client.ui |
---|
Classes in com.bramosystems.oss.player.core.client.ui that implement ConfigValue | |
---|---|
static class |
QuickTimePlayer.Scale
An enum of scalling values that can be used to scale the dimensions of a QuickTime movie |
static class |
WinMediaPlayer.UIMode
An enum of user interface modes of the Windows Media Player™ plugin. |
Methods in com.bramosystems.oss.player.core.client.ui with type parameters of type ConfigValue | ||
---|---|---|
|
WinMediaPlayer.setConfigParameter(ConfigParameter param,
T value)
|
|
|
QuickTimePlayer.setConfigParameter(ConfigParameter param,
T value)
|
|
|
FlashMediaPlayer.setConfigParameter(ConfigParameter param,
T value)
|
Uses of ConfigValue in com.bramosystems.oss.player.uibinder.client |
---|
Methods in com.bramosystems.oss.player.uibinder.client with type parameters of type ConfigValue | ||
---|---|---|
|
PlayerWrapper.setConfigParameter(ConfigParameter param,
T value)
Deprecated. |
|
|
Player.setConfigParameter(ConfigParameter param,
T value)
|
Uses of ConfigValue in com.bramosystems.oss.player.youtube.client |
---|
Methods in com.bramosystems.oss.player.youtube.client with type parameters of type ConfigValue | ||
---|---|---|
|
YouTubePlayer.setConfigParameter(ConfigParameter param,
T value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |