Uses of Class
com.google.gwt.media.dom.client.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
Modifier and TypeMethodDescriptionfinal TimeRanges
MediaElement.getBuffered()
Returns aTimeRanges
object indicating which portions of the source have been buffered locally.final TimeRanges
MediaElement.getPlayed()
Returns aTimeRanges
object indicating which portions of the source have been played.final TimeRanges
MediaElement.getSeekable()
Returns aTimeRanges
object indicating which portions of the source are seekable. -
Uses of TimeRanges in com.google.gwt.media.client
Modifier and TypeMethodDescriptionMediaBase.getBuffered()
Returns aTimeRanges
object indicating which portions of the source have been buffered locally.MediaBase.getPlayed()
Returns aTimeRanges
object indicating which portions of the source have been played.MediaBase.getSeekable()
Returns aTimeRanges
object indicating which portions of the source are seekable.