@SyntacticIterable public class TextTrackList extends Object
Modifier and Type | Field and Description |
---|---|
double |
length |
Function<TrackEvent,Object> |
onaddtrack |
static TextTrackList |
prototype |
Constructor and Description |
---|
TextTrackList() |
Modifier and Type | Method and Description |
---|---|
TextTrack |
$get(double index) |
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.addtrack type,
Function<TrackEvent,Object> listener) |
void |
addEventListener(StringTypes.addtrack type,
Function<TrackEvent,Object> listener,
Boolean useCapture) |
TextTrack |
item(double index) |
Iterator<TextTrack> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
public double length
public Function<TrackEvent,Object> onaddtrack
public static TextTrackList prototype
public TextTrack item(double index)
public void addEventListener(StringTypes.addtrack type, Function<TrackEvent,Object> listener, Boolean useCapture)
public void addEventListener(String type, EventListener listener, Boolean useCapture)
public TextTrack $get(double index)
public void addEventListener(StringTypes.addtrack type, Function<TrackEvent,Object> listener)
public void addEventListener(String type, EventListener listener)
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
public void addEventListener(String type, EventListenerObject listener)