|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerParameters | |
---|---|
com.bramosystems.oss.player.youtube.client | Provides widgets and classes to embed YouTube™ videos in GWT applications. |
Uses of PlayerParameters in com.bramosystems.oss.player.youtube.client |
---|
Methods in com.bramosystems.oss.player.youtube.client with parameters of type PlayerParameters | |
---|---|
protected String |
YouTubePlayer.getNormalizedVideoAppURL(String videoURL,
PlayerParameters playerParameters)
Returns the normalized URL of the video. |
protected String |
ChromelessPlayer.getNormalizedVideoAppURL(String videoURL,
PlayerParameters playerParameters)
|
protected String |
YouTubePlayer.paramsToString(PlayerParameters playerParameters)
Converts the PlayerParameters object into YouTube™ video URL parameters. |
protected void |
YouTubePlayer.parseURLParams(String videoURL,
PlayerParameters playerParameters)
Puts all URL parameters that may be present in the videoURL into the
playerParameters object. |
Constructors in com.bramosystems.oss.player.youtube.client with parameters of type PlayerParameters | |
---|---|
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 |
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |