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 TimeRangesMediaElement. getBuffered()Returns aTimeRangesobject indicating which portions of the source have been buffered locally.TimeRangesMediaElement. getPlayed()Returns aTimeRangesobject indicating which portions of the source have been played.TimeRangesMediaElement. getSeekable()Returns aTimeRangesobject 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 TimeRangesMediaBase. getBuffered()Returns aTimeRangesobject indicating which portions of the source have been buffered locally.TimeRangesMediaBase. getPlayed()Returns aTimeRangesobject indicating which portions of the source have been played.TimeRangesMediaBase. getSeekable()Returns aTimeRangesobject indicating which portions of the source are seekable.
-