Uses of Class
com.bramosystems.oss.player.youtube.client.PlaybackQuality

Packages that use PlaybackQuality
com.bramosystems.oss.player.youtube.client Provides widgets and classes to embed YouTube™ videos in GWT applications. 
 

Uses of PlaybackQuality in com.bramosystems.oss.player.youtube.client
 

Methods in com.bramosystems.oss.player.youtube.client that return PlaybackQuality
 PlaybackQuality YouTubePlayer.getPlaybackQuality()
          Retrieves the playback quality of the current video.
 PlaybackQuality PlaybackQualityChangeEvent.getPlaybackQuality()
          Retrieves the new video playback quality
static PlaybackQuality PlaybackQuality.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlaybackQuality[] PlaybackQuality.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bramosystems.oss.player.youtube.client that return types with arguments of type PlaybackQuality
 ArrayList<PlaybackQuality> YouTubePlayer.getAvailableQualityLevels()
          Returns the list of quality formats in which the current video is available.
 

Methods in com.bramosystems.oss.player.youtube.client with parameters of type PlaybackQuality
static void PlaybackQualityChangeEvent.fire(YouTubePlayer source, PlaybackQuality quality)
          Fires PlaybackQualityChangeEvent events on all registered handlers
 void YouTubePlayer.setPlaybackQuality(PlaybackQuality suggestedQuality)
          Sets the suggested video quality for the current video.
 

Constructors in com.bramosystems.oss.player.youtube.client with parameters of type PlaybackQuality
PlaybackQualityChangeEvent(PlaybackQuality quality)
          Creates a new PlaybackQualityChangeEvent event
 



Copyright © 2009-2011. All Rights Reserved.