Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
TimeRanges |
MediaElement.getBuffered()
The ranges of the media source that the browser has buffered, if any.
|
TimeRanges |
MediaController.getBuffered() |
TimeRanges |
MediaElement.getPlayed()
The ranges of the media source that the browser has played, if any.
|
TimeRanges |
MediaController.getPlayed() |
TimeRanges |
MediaElement.getSeekable()
The time ranges that the user is able to seek to, if any.
|
TimeRanges |
MediaController.getSeekable() |
TimeRanges |
MediaElement.webkitSourceBuffered(String id) |
Modifier and Type | Class and Description |
---|---|
class |
JsTimeRanges |
Copyright © 2018. All rights reserved.