JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.teavm.jso.apis
Package
org.teavm.jso.media
Interface TimeRanges
All Superinterfaces:
JSObject
public interface
TimeRanges
extends
JSObject
Author:
Junji Takakura
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
float
end
(int index)
int
getLength
()
float
start
(int index)
Methods inherited from interface org.teavm.jso.
JSObject
cast
Method Details
getLength
int
getLength
()
start
float
start
(int index)
end
float
end
(int index)