Uses of Class
com.google.gwt.media.dom.client.TimeRanges
Packages that use TimeRanges
Package
Description
Classes for low-level DOM programming.
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 TimeRangesModifier and TypeMethodDescriptionfinal TimeRangesMediaElement.getBuffered()Returns aTimeRangesobject indicating which portions of the source have been buffered locally.final TimeRangesMediaElement.getPlayed()Returns aTimeRangesobject indicating which portions of the source have been played.final 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 TimeRangesModifier and TypeMethodDescriptionMediaBase.getBuffered()Returns aTimeRangesobject indicating which portions of the source have been buffered locally.MediaBase.getPlayed()Returns aTimeRangesobject indicating which portions of the source have been played.MediaBase.getSeekable()Returns aTimeRangesobject indicating which portions of the source are seekable.