Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Field and Description |
---|---|
Objs.Property<TimeRanges> |
SourceBuffer.buffered |
Objs.Property<TimeRanges> |
HTMLMediaElement.buffered
Gets a collection of buffered time ranges.
|
Objs.Property<TimeRanges> |
HTMLMediaElement.played
Gets TimeRanges for the current media resource that has been played.
|
Objs.Property<TimeRanges> |
HTMLMediaElement.seekable
Returns a TimeRanges object that represents the ranges of the current media resource that can be seeked.
|
Modifier and Type | Method and Description |
---|---|
static TimeRanges |
TimeRanges.$as(Object obj) |
TimeRanges |
SourceBuffer.buffered() |
TimeRanges |
HTMLMediaElement.buffered() |
TimeRanges |
HTMLMediaElement.played() |
TimeRanges |
HTMLMediaElement.seekable() |
Copyright © 2018. All rights reserved.