@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="TimeRanges")
public class TimeRanges
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
TimeRanges() |
| Modifier and Type | Method and Description |
|---|---|
double |
end(int index)
Returns the time offset at which a specified time range ends.
|
int |
length()
The TimeRanges.length read-only property returns the number of ranges in the object.
|
double |
start(int index)
Returns the time offset at which a specified time range begins.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="length") public int length()
public double end(int index)
public double start(int index)