Uses of Class
com.google.gwt.media.dom.client.TimeRanges
-
Packages that use TimeRanges Package Description 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 Modifier and Type Method Description TimeRanges
MediaElement. getBuffered()
Returns aTimeRanges
object indicating which portions of the source have been buffered locally.TimeRanges
MediaElement. getPlayed()
Returns aTimeRanges
object indicating which portions of the source have been played.TimeRanges
MediaElement. getSeekable()
Returns aTimeRanges
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 Modifier and Type Method Description TimeRanges
MediaBase. getBuffered()
Returns aTimeRanges
object indicating which portions of the source have been buffered locally.TimeRanges
MediaBase. getPlayed()
Returns aTimeRanges
object indicating which portions of the source have been played.TimeRanges
MediaBase. getSeekable()
Returns aTimeRanges
object indicating which portions of the source are seekable.
-