GWT 2.7.0

Uses of Class
com.google.gwt.media.dom.client.TimeRanges

Packages that use TimeRanges
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.media.client Widgets for HTML Audio and Video support. 
 

Uses of TimeRanges in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return TimeRanges
 TimeRanges MediaElement.getBuffered()
          Returns a TimeRanges object indicating which portions of the source have been buffered locally.
 TimeRanges MediaElement.getPlayed()
          Returns a TimeRanges object indicating which portions of the source have been played.
 TimeRanges MediaElement.getSeekable()
          Returns a TimeRanges object indicating which portions of the source are seekable.
 

Uses of TimeRanges in com.google.gwt.media.client
 

Methods in com.google.gwt.media.client that return TimeRanges
 TimeRanges MediaBase.getBuffered()
          Returns a TimeRanges object indicating which portions of the source have been buffered locally.
 TimeRanges MediaBase.getPlayed()
          Returns a TimeRanges object indicating which portions of the source have been played.
 TimeRanges MediaBase.getSeekable()
          Returns a TimeRanges object indicating which portions of the source are seekable.
 


GWT 2.7.0