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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |